Hi
How do you add line brakes to a text box I've all ready tride this
Text1.Text = Text1.Text & Chr(13)
and this
Text1.Text = Text1.Text & Chr(vbKeyReturn)
The Multiline property is set to True. so how do I do this?
Thanks!!!!
|
Results 1 to 3 of 3
Thread: Adding Line brakes to a text box
|
Click Here to Expand Forum to Full Width |