Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a code syntax to go to the next line or so?
Currently i have been using the spacebar to space out tot he next line. Regards Corey |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look at this
Sub Test() MsgBox "hello" & vbCrLf & "World" & vbTab & "Goodbye" & _ vbCrLf & vbTab & "For Now" End Sub -- HTH... Jim Thomlinson "Corey" wrote: Is there a code syntax to go to the next line or so? Currently i have been using the spacebar to space out tot he next line. Regards Corey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox line break | Excel Discussion (Misc queries) | |||
Line breaks in MsgBox concatenated variables | Excel Programming | |||
new line in msgbox text | Excel Programming | |||
New Line in MsgBox | Excel Programming | |||
Can I create a msgbox that is asking for a string to be typed in? | Excel Programming |