Multiline Messagebox in VBA
Hi all,
I wanted a Multiline Messagebox in VBA.
I tried the following code but an error ("Object Required") comes.
MsgBox ("Some text" & ControlChars.NewLine & "More text")
Is it because of the .newline? How can I get a multiline msgbox?
mine is excel 2003 (SP2)
Thanks
Joe
|