![]() |
Message BOX with more rows
I need to make a message box with two rows of text.
Help Me please |
Message BOX with more rows
Hi,
Here is how to do it: MsgBox "Firstlinetext" & Chr(13) & "Secondlinetext" Regards, Mika "Jacob_F_Roecker" wrote in message ... I need to make a message box with two rows of text. Help Me please |
Message BOX with more rows
msgbox "line 1" & vbcr & "line 2"
"Jacob_F_Roecker" wrote in message ... I need to make a message box with two rows of text. Help Me please |
Message BOX with more rows
MsgBox "Part1" & vbNewLine & "Part2" & vbNewline & "Part3",vbYesNo
-- HTH RP (remove nothere from the email address if mailing direct) "Jacob_F_Roecker" wrote in message ... I need to make a message box with two rows of text. Help Me please |
Message BOX with more rows
This one hasn't been mentioned:
Msgbox "Hi yo" & Chr(10) & "Silver" HTH. Best wishes Harald "Jacob_F_Roecker" skrev i melding ... I need to make a message box with two rows of text. Help Me please |
All times are GMT +1. The time now is 06:52 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com