Word Wrapping in a Dialog Box?

M

MJV

Is there a way to wordwrap the text in the dialog box?
I tried to use a hard enter (Shift+Enter) but no go! Is
there a way?
 
J

John Parkinson

-----Original Message-----
Is there a way to wordwrap the text in the dialog box?
I tried to use a hard enter (Shift+Enter) but no go! Is
there a way?
.
MJV,

Try CTRL 'Enter' instead.

John Parkinson
 
J

John Parkinson

-----Original Message-----
Is there a way to wordwrap the text in the dialog box?
I tried to use a hard enter (Shift+Enter) but no go! Is
there a way?
.
MJV

Sorry if I misunderstood your question, I was referring to
a text box.

JP
 
R

Rick Brandt

MJV said:
Is there a way to wordwrap the text in the dialog box?
I tried to use a hard enter (Shift+Enter) but no go! Is
there a way?

What is it you're calling a "dialog box"?

If you mean a MessageBox then use...

MsgBox "line 1" & vbCrLf & "line2"
 
P

PC Datasheet

MsgBox "First Line Of Text" & VbCrLf & "Second Line Of Text"

FYI - Also try two VbCrLf and see what happens!
 

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