View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default 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