Acknowledge a messagebox programmatically
You would have to use sendkeys to do the OK prior to calling the sub. I
doubt that would work. If you have access to the routines, put in an
option to pass a value to it to indicate not to show the message box.
--
Regards,
Tom Ogilvy
"Raul" wrote in message
...
I need to create a subroutine that calls a number of existing routines.
The
problem I'm running into is that several of the existing routines display
a
messagebox when they are completed to let the user know the routine has
run
successfully. I'd like to be able to programmatically select OK for each
messagebox that pops up.
Can anyone help me with this?
Thanks in advance,
Raul
|