The
Msgbox statement takes one or two parameters and passes them to the
host application. The result of that depends upon how that
applications decides to deal with the data passed to it. Usually
this action will be to display a message box to the user with the
first parameter as the message and the second parameter, if any, as
the message box title. Examples in this help file using the Msgbox
statement assume this.
Syntax:
MsgBox(Data1 [,Data2])