View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Align multiple MsgBox lines

msg = "ABCD" & vbNewLine & "EFGH" & vbNewLine & "IJKL"
msgbox msg

--
Regards,
Tom Ogilvy


"Spencer Hutton" wrote in message
...
Can anyone help me remember the code to make a MsgBox prompt multiple

lines.
like if i wanted the prompt to be 3 short phrases, less than 5 words, but
have them on 3 seperate lines.