ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Message BOX with more rows (https://www.excelbanter.com/excel-discussion-misc-queries/52894-message-box-more-rows.html)

Jacob_F_Roecker

Message BOX with more rows
 
I need to make a message box with two rows of text.

Help Me please

Mika Oukka

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




Jezebel

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




Bob Phillips

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




Harald Staff

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