Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to display a series of messages in a message box so that the user knows what is being processed. I tried msgbox "Checking if folder exists...", vbInformation However this requires the user to click ok each time. Can I display without requiring user intervension. I prefer not to use the status bar messages because they are less visible. Android |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need a progress bar, try this one
http://www.enhanceddatasystems.com/E...rogressBar.htm -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Android" wrote in message ... Hi, I would like to display a series of messages in a message box so that the user knows what is being processed. I tried msgbox "Checking if folder exists...", vbInformation However this requires the user to click ok each time. Can I display without requiring user intervension. I prefer not to use the status bar messages because they are less visible. Android |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Looks very good.
I'll try this out. Thx Android. "Bob Phillips" wrote in message ... You need a progress bar, try this one http://www.enhanceddatasystems.com/E...rogressBar.htm -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Android" wrote in message ... Hi, I would like to display a series of messages in a message box so that the user knows what is being processed. I tried msgbox "Checking if folder exists...", vbInformation However this requires the user to click ok each time. Can I display without requiring user intervension. I prefer not to use the status bar messages because they are less visible. Android |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Formula for displaying a message | Excel Discussion (Misc queries) | |||
Stop displaying a message because of a formula | Excel Worksheet Functions | |||
Displaying a status message | Excel Programming | |||
Displaying a message while a macro is running | Excel Programming | |||
Displaying a Message and a Beep | Excel Programming |