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.
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.
msg = "ABCD" & vbNewLine & "EFGH" & vbNewLine & "IJKL"
msgbox msg
--
Regards,
Tom Ogilvy
"Spencer Hutton" <SpencerHutton@discussions.microsoft.com> wrote in message
news:156BC23D-AAC5-42B7-8E54-984CAA6F41DE@microsoft.com...
> 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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks