Line Break in dialog boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.

By entering what character I can insert a line break into a dialog box
message? Thanks.
 
ControlChars.CrLf
ControlChars.NewLine
ControlChars.Lf

for example msgbox( "text text text" & controlchars.NewLine & " text text")

hth Peter
 
I see.
Thanks very much.

Xero
Peter Proost said:
ControlChars.CrLf
ControlChars.NewLine
ControlChars.Lf

for example msgbox( "text text text" & controlchars.NewLine & " text text")

hth Peter
 

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

Back
Top