message box - title change
I have a userform which calls up a msg box
How does one change the title of the msgbox?
At present it reads Microsoft Excel - I want to change what it says
At present my code reads as follows
MsgBox "Instructions", vbInformation
Can anyone help with the correct syntax?
|