View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default MsgBox with multiple lines

Msgbox "This is line 1" & vbnewline & _
"this is another line" & vbnewline & vbnewline & _
"another after a blank"

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"DoctorG" wrote in message
...
How can I change lines in a MsgBox, just like entering Alt-Enter in a

cell?