Mega Code Archive

 
Categories / VisualBasic Script / Language Basics
 

MsgBoxs third parameter is the message boxs title Its fourth and fifth parameters are the Help file and context ID

Sub m()     msgBox "This is a Message", vbInformation, "This is a Title" End Sub