Thread: Message box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Lunney Bill Lunney is offline
external usenet poster
 
Posts: 68
Default Message box

No.

You can simulate this by using a user form which looks like a message box
and put a timer control on it which will close the form should no input be
forthcoming.



--
Regards,


Bill Lunney
www.billlunney.com

"Isy Taman" wrote in message
...
Is there a way to have a message box appear on the screen
that will assume an "OK" response after a timed interval
in the absence of the user pressing "OK".

Thank you.