I can get a message box to pop up using the MsgBox Function, but if I try to add any other parameters besides the prompt, I get this:
Compile error:
Expected: =
All I wanted was to specify the title. Here is the code I wrote:
MsgBox("There is an error.", ,"WARNING")
Can someone tell me what I'm doing wrong? Thanks.
The more you know, the more you know you don't know.




Reply With Quote