Hi,
I would like to press a button that will make txtInput go to the next line, How would I do this???
Hi,
I would like to press a button that will make txtInput go to the next line, How would I do this???
Try vbcrlf man!
MyTextBox.SelText = vbNewLine
Or:
MyTextBox.SelText = vbCrLf
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
AIM: RYoni69 (All the "good" names were taken)