Problem with Msgbox in VBA
I am trying to use a message box, but Excel won't accept a title
eg Msgbox("This is a test message",,"Test Message")
When I press Enter I get a message
Compile Error Expected: =
I am very puzzled.
It works correctly without a title eg
Msgbox("This is a test message")
Any thoughts........... and many thanks
Puzzled Programmer
|