Formatting InputBox or MsgBox

  • Thread starter Thread starter Tonso
  • Start date Start date
T

Tonso

When using an InputBox or MsgBox, is there any way to start a new line
of text in the message that appears when the box first opens, sort of
like the "Alt - Enter" keystroke combo allows you to start a new line
of text in a cell. I am using XL 2003.


Thank you so very much,

Tonso
 
When using an InputBox or MsgBox, is there any way to start a new line
of text in the message that appears when the box first opens, sort of
like the "Alt - Enter" keystroke combo allows you to start a new line
of text in a cell. I am using XL 2003.

Thank you so very much,

Tonso

I use VBLF as in
Msgbox "Text" & VBLF & "Text"
Jay
 
Back
Top