Msgbox text hard return
One way:
MsgBox "blah, blah, blah" & vbNewLine & "etc., etc."
Note: vbNewLine works for both WinXL and MacXL.
In article ,
"Jo" wrote:
Hi
How do I set up my message box to say
blah, blah, blah
etc., etc.
rather than
blah, blah, blah etc., etc.
That is I want a line return between my txt rather than a
really long message box.
Thanks
Jo
|