Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can't remember the code to insert a carriage return
within the message line of a MsgBox, so that you can control how the message appears. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"ABCD" & vbNewLine & "EFGH"
or vbCrLF or vbLF or vbCr -- Regards, Tom Ogilvy "Art" wrote in message ... I can't remember the code to insert a carriage return within the message line of a MsgBox, so that you can control how the message appears. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Art,
Try something like MsgBox "First Line" & vbCrLf & "Next Line" -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Art" wrote in message ... I can't remember the code to insert a carriage return within the message line of a MsgBox, so that you can control how the message appears. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Carriage return | Excel Discussion (Misc queries) | |||
Carriage Return Problem | Excel Discussion (Misc queries) | |||
Getting rid of carriage return in cell | Excel Discussion (Misc queries) | |||
Carriage Return | Excel Worksheet Functions | |||
Carriage Return | Excel Programming |