Tuesday, June 8, 2010

Msgbox - Interaction Function

Display the user information as a dialog box message
Syntax
MsgBox(prompt, buttons, title, helpfile, context)
Code
Dim MyVal
MyVal = “Welcome To all”
Msgbox MyVal

No comments: