Mega Code Archive

 
Categories / VisualBasic Script / Language Basics
 

Keep the message box visible while the user works with other open applications

Sub modelMsg()     MsgBox "How are you?", vbOKOnly + vbSystemModal, "System Modal" End Sub