Hello all,
My msgbox is not working.
Would like to show a message, show the Information icon and add values from variables in 1 msgbox;
It's not working when i add vbinformation. vbInformation now displays the value "64". No idea where that comes from.
Anyone knows how to accomplish the above?
My msgbox is not working.
Would like to show a message, show the Information icon and add values from variables in 1 msgbox;
Code:
If xEptTxtName <> "" Then MsgBox "The following required fields are not complete", vbInformation & vbNewLine & xEptTxtName & vbNewLine & xTxtName
Exit Sub
Else
End If
It's not working when i add vbinformation. vbInformation now displays the value "64". No idea where that comes from.
Anyone knows how to accomplish the above?