+ Reply to Thread
Results 1 to 4 of 4

Popping up "Please wait" msg

  1. #1
    Registered User
    Join Date
    03-05-2008
    Posts
    21

    Popping up "Please wait" msg

    Hello all,

    say I have a VBA routine that will run for quite some time, how can I have a pop-up msg to tell the user to wait and to automatically disappear upon comletion whenever the routine is called?

    Thank you so much.
    Last edited by cogar; 08-29-2008 at 11:27 PM.

  2. #2
    Forum Contributor
    Join Date
    09-18-2007
    Posts
    116
    Quote Originally Posted by cogar View Post
    Hello all,

    say I have a VBA routine that will run for quite some time, how can I have a pop-up msg to tell the user to wait and to automatically disappear upon comletion whenever the routine is called?

    Thank you so much.
    You could use a userform and just make it show at the start of the code and unload at the end.

    Or

    Use the application status bar.

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200
    I would first of all check whether the code could run more efficiently. If it still takes a long time then have a warning message on a hidden sheet which is unhidden at the start of the code & re-hidden at the end
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,485
    Quote Originally Posted by cogar View Post
    Hello all,

    say I have a VBA routine that will run for quite some time, how can I have a pop-up msg to tell the user to wait and to automatically disappear upon comletion whenever the routine is called?

    Thank you so much.
    Hi cogar,
    Let's see the code....

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem creating a progress bar
    By nicola777 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-28-2008, 10:03 AM
  2. My Progress Bar Doesn't Update..
    By JonesZoid in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-13-2008, 05:03 AM
  3. [SOLVED] progress bar
    By GuitarMyke in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-26-2007, 02:32 AM
  4. Showing average on line graph
    By Gadgetman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-26-2007, 04:46 PM
  5. Progress bar in chart
    By Georgios in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 03-27-2007, 11:25 AM

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