Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
how can I have two lines in MsgBox results in VB? thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub msgboxtwolines()
MsgBox "First line" _ & vbCrLf & "Second line" End Sub "peyman" wrote: hi, how can I have two lines in MsgBox results in VB? thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you Mike.it's perfect!
"Mike" wrote: Sub msgboxtwolines() MsgBox "First line" _ & vbCrLf & "Second line" End Sub "peyman" wrote: hi, how can I have two lines in MsgBox results in VB? thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox | Excel Discussion (Misc queries) | |||
MsgBox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
Msgbox | Excel Worksheet Functions |