Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to have a message box which will drop donw to to anothe
line by a command? Eg Hello Name How are you? [OK -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry for posting this - I found the solution...
Msg = "This is line 1" & vbcr & "This is Line 2 " & vbcr & vbcr & "Thi is Line 4 -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
msgbox "line1" & vbnewline & "line3
HTH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel 2007 chart with multiple lines, mouse doesn't track lines | Charts and Charting in Excel | |||
MsgBox text on several lines | Excel Discussion (Misc queries) | |||
Display multiple lines of text within a cell from multiple column. | Excel Worksheet Functions | |||
Using different lines in an input- or msgbox | Excel Programming | |||
Multiple lines in MsgBox | Excel Programming |