Thread: Message Boxes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith[_11_] Keith[_11_] is offline
external usenet poster
 
Posts: 14
Default Message Boxes

I have a series of Macros that take some time to run
through. They involve the opening and closing of several
Excel files. At the end I have a message box explaining
that the process is complete.

But what I want is a message to come up at the start of
the process, telling the user to wait. I don't want any
buttons on this message, and I want it to always be on
top. Once the macro completes I want the message to close
on its own and my current message box to come up.

Can this be done? If so how?