Message Box - tasmia9/VBA GitHub Wiki
Sub MsgBox()
VBA.MsgBox "Hello" & Excel.Application.UserName, , "Welcome"
End Sub // the welcome is the title
Sub MsgBox()
VBA.MsgBox "Hello" & Excel.Application.UserName, , "Welcome"
End Sub // the welcome is the title