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.
|