Mega Code Archive

 
Categories / VisualBasic Script / Language Basics
 

Add the Information icon

Sub infoSub()     msgBox "Welcome to VBA", vbYesNoCancel + vbInformation, "VBA Message Box" End Sub