Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am writing code for a message box to pop up at certain errors in the users
interaction but the message is quite long and I want to break it down onto 2 or 3 lines. I know it is some thing like &nb??&. can you help please |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"John Parham" wrote in message
... i am writing code for a message box to pop up at certain errors in the users interaction but the message is quite long and I want to break it down onto 2 or 3 lines. I know it is some thing like &nb??&. can you help please MsgBox ("First line" & vbNewLine & "Second line" & vbNewLine & vbNewLine & "Another line") -- Dianne |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
vbCrLf or Chr(10) & Chr(13) -- JP http://www.solutionsvba.com "John Parham" wrote in message ... i am writing code for a message box to pop up at certain errors in the users interaction but the message is quite long and I want to break it down onto 2 or 3 lines. I know it is some thing like &nb??&. can you help please |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to put series name next to individual line in line grap | Charts and Charting in Excel | |||
code -message box not messaging | Excel Discussion (Misc queries) | |||
How do I make a line graph WITHOUT first line starting at zero? | Charts and Charting in Excel | |||
Make a line in a bar chart, and change color of any bars that exceed the line | Excel Discussion (Misc queries) | |||
code break message box | Excel Discussion (Misc queries) |