Thread: Close Form
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default Close Form

Take a long at the post titled "Progress" by Basta1980 - today 02/13/2009.
The trick is to run your macro from the activate event of the form you are displaying.
--
Jim Cone
Portland, Oregon USA



"SpeeD"
wrote in message
Hi.
I need to make a form or message appear when the macro starts to run and
close at the end of that macro.
It´s a message telling the user to wait some seconds for the macro to
process the data.
How can i do this?
Thanks SpeeD