G Guest Oct 21, 2004 #1 Hello. By entering what character I can insert a line break into a dialog box message? Thanks.
P Peter Proost Oct 21, 2004 #2 ControlChars.CrLf ControlChars.NewLine ControlChars.Lf for example msgbox( "text text text" & controlchars.NewLine & " text text") hth Peter
ControlChars.CrLf ControlChars.NewLine ControlChars.Lf for example msgbox( "text text text" & controlchars.NewLine & " text text") hth Peter
G Guest Oct 24, 2004 #3 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 Click to expand...
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 Click to expand...