Hello.
By entering what character I can insert a line break into a dialog box
message? Thanks.

Signature
Xero
http://www.chezjeff.net
My personal web portal
ControlChars.CrLf
ControlChars.NewLine
ControlChars.Lf
for example msgbox( "text text text" & controlchars.NewLine & " text text")
hth Peter
> Hello.
>
[quoted text clipped - 6 lines]
> http://www.chezjeff.net
> My personal web portal
Xero - 24 Oct 2004 09:57 GMT
I see.
Thanks very much.
Xero
> ControlChars.CrLf
> ControlChars.NewLine
[quoted text clipped - 14 lines]
> > http://www.chezjeff.net
> > My personal web portal