B
Bishop
Can I change the name of a messege box to something other than Microsoft Excel?
Bishop said:Apparently I'm not understanding the syntax involved. I totally see what
you're talking about but the help file example isn't very helpful. This
is
what I've tried:
MsgBox ("You have to fill in this information before you can
continue.",,"WARNING!",,)
I've tried every combination with and without , placeholders. I've tried
using no quotes. And I either get a "= expected" error or an "expression"
error.
The syntax required in the helpfile is: MsgBox(prompt[, buttons] [, title]
[, helpfile, context])
So why doesn't this work?
Patrick Molloy said:yes
the syntax is
msgbox prompt, buttons, title
VBA intellisence gives you the full list, but basically, whatever you use
as
"title" will appear as the heading
Rick Rothstein said:LOL... I just loved your response, it was perfect!
JLGWhiz said:But when you assign the result to a variable, it is no longer just
informational. It then becomes functional. Dave's response changed the
character of the statement.
But when you assign the result to a variable, it is no longer just
informational. It then becomes functional. Dave's response changed the
character of the statement.