Message Window to tell user "Macro Running"

K

keyt

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?
 
J

jason

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!
 
Top