VBA Code for MsgBox in Excel & What is Sub Meaning in VBA Code

This is basic coding in VBA in Excel. MsgBox in VBA coding presents a Message Box when you run the macro, you can write in MsgBox in inverted comma like MsgBox “This is test msg” if you want to write numbers in MsgBox then you should not use inverted commas in it.

Example :

Sub TEST()

     MsgBox “TechGuruPlus”

     MsgBox 500

End Sub

 


Join Our Telegram Group techguruplus telegram group Join Our WhatsApp Group techguruplus whatsapp group