View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Save Status Bar Disappers after running macro

Wheneve I build status bars into my spreadsheets, I find that Excels saving
status bar (blue bars at bottom left corner of sheet) disappears. When I say
status bars I mean of the type:

Application.StatusBar = "What is happening!!!!"

Why does this happen. How do I get it back without closing down and opening
back up again?

Thanks

EM