Carriage return in a Text box

R

Riddler

I have a text box on a user form that I want the user to be able to hit
enter and have it move to the next line to enter more text. When I hit
enter it moves to the next tab order item. I turned that off but enter
just does nothing. How can I use the enter key to input multiple lines
of text into a text box?

Thanks
Scott
 
B

Bob Umlas

2 properties of the text box must be turned on:
EnterKeyBehavior should be set to True, and
MultiLine should be set to True/
(of course, in addition to WordWrap True)
Bob Umlas
 
R

Riddler

That did the trick!! For some reason I did not have the
EnterKeyBehavior set to true.
Thanks a bunch.....

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top