Thread
:
MsgBox Question
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
MsgBox Question
John,
Use the vbCrLf character to split lines. E.g.,
MsgBox "This is line 1" & vbCrLf & "This is line 2"
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com
"john petty" wrote in message
...
Is there any New Line, carriage return or any other
function that can be used to place data in a MsgBox on
separate lines?
Example
this is a test
this was a test
the error is on sheet 2
TIA
John Petty
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson