msgbox
Jo
just remove the brackets ...
MsgBox "message", vbYesNo, "title"
Regards
Trevor
"Jo" wrote in message
...
Hi
Why does this not work?
MsgBox("message", vbYesNo, "title")
If I do this it does
a = MsgBox("message", vbYesNo, "title")
Why do I need to assign the result to a variable?
Thanks
Jo
|