VBA Messagebox demo and learning part 1
Channel:
Subscribers:
613
Published on ● Video Link: https://www.youtube.com/watch?v=P_rlAPxkExQ
Tutorial point article is here: http://www.tutorialspoint.com/vba/vba_message_box.htm
The code is like this:
Function messagebox_demo()
msgbox ("Welcome")
a = msgbox("Do you like blue color?", 1, "Choose options")
msgbox ("The value of a is " & a)
End Function
There are two default msgboxes here, 1. msgbox("Welcome") and 2. msgbox("The value of a is " & a)
Other Videos By Computertechlighthouse
Tags:
Visual Basic For Applications
Software (Industry)
Microsoft Excel (Software)