Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Stewart,
You can use the Status Bar (at the bottom of the screen) Put Application.StatusBar = "Your message" at the start of your code, and Application.StatusBar = False at the end. You can also have any number of the messages spread thru your code to indicate where the code is at. Additionally - you can set up a timer function to show elapsed time, remaining time, or what ever in the message. -- sb "Stewart Walker" wrote in message ... How can I show a 'busy message' whilst a macro still runs in the background? Thank you for any help you can give. Stewart |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA macro runs fine, but freezes if I try to do ANYTHING else whileit runs | Setting up and Configuration of Excel | |||
macro to display message,when open workbook | Excel Discussion (Misc queries) | |||
Display a message when a macro is executing | Excel Discussion (Misc queries) | |||
One macro runs then it auto runs another macro | Excel Discussion (Misc queries) | |||
Display a message whilst a macro runs | Excel Programming |