View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How to Show Macro is Running

A progress bar might be what you want. There is a nice one at
http://www.enhanceddatasystems.com/E...rogressBar.htm

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"roadkill" wrote in message
...
Is there an easy way (programmatically or otherwise) to show that a macro

is
running? The hour glass doesn't always show and simple things, like a
message box, stop the code while there showing. Also, I don't want to

kill
the keyboard - just in case something unexpected happens and I need to

Break.

I have this same issue in other applications. Most notably MS Project.

So
a somewhat universal solution would be nice (I don't want much, do I?).

Thanks,
Will