Language Basics VisualBasic Script

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