View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kiloran[_3_] Kiloran[_3_] is offline
external usenet poster
 
Posts: 2
Default Buttonless MsgBox?

I want to create something like a MsgBox (system modal, ideally), but which
only displays for a few seconds.

It seems to me that the standard MsgBox always has buttons (OK, Cancel,
etc), which require user action to permit the macro to continue

Any way to do what I need?

--Kiloran