+ Reply to Thread
Results 1 to 3 of 3

Display a message while a macro is running

  1. #1
    Registered User
    Join Date
    11-04-2006
    Posts
    30

    Display a message while a macro is running

    Is there a way to display a message during the entire time that a macro is running? I have a macro that takes a little while to run. I have worked with enough users that I know they will get impatient if they don't see a message stating that it is still processing. I don't want the user to interact with the message (like a msgbox), I just want to be able to display a message. If possible, I may want to change the message that is displayed during the process to show progress.

    Thanks for any help.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    You could use

    Application.StatusBar = "Runing macro please wait"
    'Code
    Application.StatusBar = False

    or
    Have a look at these sites link

    http://www.j-walk.com/ss/excel/tips/tip34.htm

    http://www.*****-blog.com/archives/2.../progress-bar/

    VBA Noob
    Last edited by VBA Noob; 11-10-2006 at 07:11 PM.
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    08-02-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2007
    Posts
    44

    Re: Display a message while a macro is running

    The status bar is unequivocally inconspicuous as blue blazes.
    One needs a more robust display than cannot be missed.
    Just my 2 cents. I search further!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1