View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default processing message

This was a simple approach but what you asked for.

--
Don Guillett
SalesAid Software

"Hans" wrote in 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




.