Article ID: 136222
Article Last Modified on 10/10/2006
'------------------------------------------------
Sub ShowDialog()
DialogSheets("Dialog1").Show
End Sub
'Attach this to the frame of the dialog box.
Sub OnShow()
Application.SendKeys "~"
MsgBox "This will not be displayed."
Application.Wait Now + TimeValue("00:00:05")
DialogSheets("Dialog1").Hide
End Sub
'------------------------------------------------
NOTE: To attach a macro to the frame of a dialog box, follow one of the
procedures below.
Additional query words: splash Excel
Keywords: kbprogramming KB136222