View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Hans Hans is offline
external usenet poster
 
Posts: 25
Default processing message


thanks


-----Original Message-----
try

application.statusbar="your message here"
code
appliation.statusbar=""

--
Don Guillett
SalesAid Software

"hans" wrote in

message
...
I have a macro that takes quite a long to run and I

would
like to show some kind of message during processing,
like "Please wait - data being processed". What is the
best way to do this?

Hans




.