Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Progress message box

Status
Not open for further replies.

harky

Technical User
Oct 29, 2001
39
GB
Hi

Can anyone tell me how to display a message box for the duration of a macro running to display that it's working. I have a routine which is run over an incredibly large file and sometimes it appears to the user that the macro has crashed - I'd like to include some code to display "Macro in Progress" (preferablly flashing - although not essential) until the routine has finished - when it should tell the user "Macro complete"

Thanks in advance
Harky
 



Hi,

Not a MsgBox.

Check out the Application.StatusBar.

Skip,
[sub]
[glasses] [red][/red]
[tongue][/sub]
 
Hi SkipVought

I tried that and it works, but it's not always clear - some of the users really need something displayed in the centre of the screen

Harky
 
or a small userform with a textbox on it....

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top