Header Ads

How to add Welcome message in Excel VBA

Go to developer tab

• Click with visual Basic ==> insert and click with module



• Paste the below given code in THIS WORKBOOK and modify as your requirement between "___"



Sub Workbook_Open()

MsgBox "Good Day, Have a great day"

End Sub

• Now we can see the welcome message while opening Excel


No comments

Powered by Blogger.