View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default New Line in MsgBox

Hi
try
msgbox "text1" & vblf & "text2" & vblf & "text3"

--
Regards
Frank Kabel
Frankfurt, Germany


exceller wrote:
Anyone know how to start a new line in a MsgBox. For example, if I
want to have paragraphs in a Msgbox how do I do so?