Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Wait messages for Excel

Status
Not open for further replies.

bpeirson

Structural
Apr 7, 2003
147
I have some VBA code which asks the user for file specific information which is used to create a workbook.

When the enter button is clicked by the user I would like a message to appear letting them know that the file is being saved. The file size plus a second form with multiple comboboxes containing 200+ entries, which opens after saving, causes a noticable delay.

I have tried a user form with the message as a lable and a simple MsgBox, both methods require a second click to allow the VBA code to continue.

How do I have a message appear at the start of the save process which will disappear when all the background code has completed its work?

VBA help repeatedly points me in the direction of the MsgBox but this method requires a click to continue the code.

A bonus to this would be a way to include an animated picture so the user can see that the computer hasn't frozen due to faulty code.
 
Replies continue below

Recommended for you

You can create a message form of your own, and show or hide it as appropriate.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor