Message Window to tell user "Macro Running"

  • Thread starter Thread starter keyt
  • Start date Start date
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?
 
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!
 
Back
Top