Formatting InputBox or MsgBox

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
 
J

jlclyde

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top