View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bobbo bobbo is offline
external usenet poster
 
Posts: 56
Default Automatically close a message box

I think all code execution stops while a message box or input box is
displayed. You could make your own Userform to look like a Msgbox and
use the ontime method to close it after a period of time.

ed wrote:
I need to have a message box (vbokonly) close automatically if it has been
open for longer than 10 seconds.

thanks