Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create a userform say "UserFormProcessing" and place a label with the
word processing on it. The userform should be ShowModal=False. To display the processing form place the following code when you want the form to display. UserFormProcessing.Show And when you want it to disappear place the following code. UserFormProcessing.Hide Look at ProgressBar since it shows progress and tells the user something is happening. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display a message | Excel Worksheet Functions | |||
Processing...Please Wait Message Box | Excel Discussion (Misc queries) | |||
processing message | Excel Programming | |||
How to display a message box | Excel Programming | |||
Display a busy window while processing | Excel Programming |