View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
JenReyn JenReyn is offline
external usenet poster
 
Posts: 2
Default message box while macro is running

Wendy,

I don't know how to make messages stay on the screen while
a macro processes. But sometimes if I have a macro that
may take a while to process, I put a msgbox at the
beginning that says something like "Application is running
and will take about 3 minutes to finish. Click ok to
continue."

Good luck,
JenReyn

-----Original Message-----
is it possible to have message box pop up when an
auto_open marco calls another macro? Basically, i will
like it to tell the user that the application is running.
and disappears once the marco stops.

example of steps.
1.user click on application
2.application auto_open and run marco
3.message box appear with message "marco is in process"
option for user to click OK(the macro in process is based
on the processing time of the marco that is called by
sub auto_open())
4.second message box "marco has completed" option for
user to click OK (the macro in completed is based on the
completion time of the marco that is called by sub
auto_open())

I have completed step one and two. i need help with the
message box, step 3 and 4
please let me know if i have to create a form
Thanks in advance
.