![]() |
msgbox
hi,
how can I have two lines in MsgBox results in VB? thanks in advance |
msgbox
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 |
msgbox
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 |
All times are GMT +1. The time now is 04:42 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com