N
Nathan
How do you code a carriage return in a textbox? For example,
Txtbox1.Text = "My address:" & ?CarriageReturn? & "555 Maple" &
?CarriageReturn? & "Somewhere, USA"
so that the textbox shows the following:
My address:
555 Maple
Somewhere, USA
Txtbox1.Text = "My address:" & ?CarriageReturn? & "555 Maple" &
?CarriageReturn? & "Somewhere, USA"
so that the textbox shows the following:
My address:
555 Maple
Somewhere, USA