Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know where I can find a bit of code to display
a window that reads: Macro Running, Please Wait or something like that? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.StatusBar = "Macro Running, Please Wait or
something like that?" -----Original Message----- Does anyone know where I can find a bit of code to display a window that reads: Macro Running, Please Wait or something like that? . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
careful though, error trapping is needed, if the macro throws an error
before it gets to application.statusbar = false, because the user will be left with "Macro Running, Please Wait" whenthey exit the workbook! "Jack" wrote in message ... Application.StatusBar = "Macro Running, Please Wait or something like that?" -----Original Message----- Does anyone know where I can find a bit of code to display a window that reads: Macro Running, Please Wait or something like that? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display "macro-free workbooks - VB project message" on closing Exc | Excel Discussion (Misc queries) | |||
Macro stops with "Large Amount of Data" Message | Excel Discussion (Misc queries) | |||
Sheets("Rpt").Copy different results from running in macro than off excel menu?? | Excel Discussion (Misc queries) | |||
freeze window creates multiple "views" suffixed with ":n" | Excel Discussion (Misc queries) | |||
How can I invoke running a macro from within an "IF" function. | Excel Worksheet Functions |