Mega Code Archive

 
Categories / VisualBasic Script / Language Basics
 

Using the MsgBox Function

Sub msgSub()     MsgBox "The procedure is complete." End Sub 'Formatting the Message Box Sub msgBoxQuotation()     MsgBox "A ""B"" C." End Sub