ordendelfai
Technical User
I am referencing a text box on a form that is very tall (or I could use a memo box as well).
I am passing a string to it's control source, as below:
MyTxtBox.ControlSource = "=""HI There"""
What I need to do is display the text on two lines in the text box (or memo box):
"Hi
There"
Instead of "Hi There"
Is there a vba character that will do this? (in the text box I can press "CTRL + Enter" and it works.
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.
I am passing a string to it's control source, as below:
MyTxtBox.ControlSource = "=""HI There"""
What I need to do is display the text on two lines in the text box (or memo box):
"Hi
There"
Instead of "Hi There"
Is there a vba character that will do this? (in the text box I can press "CTRL + Enter" and it works.
~Joel
As common courtesy and to help other members who might find your thread helpful in the future, please respond if the advice given resolved your issue.