Using the Return Key without exiting Textbox

C

Corey

I am setting up a Textbox with WordWrap=True.
I want to be able to go to the next line to enter MORE text, but i get taken to the next Textbox.
Is there a way to do this?
I noticed that although wordwrap=true, i still get 1 line of text across the top line???

Corey....
 
G

Guest

Assuming you mean a text box in a userform, set Multiline to True and
EnterKeyBehaviour to True. I don't have the behaviour you describe for
worksheet based text boxes so I have assumed a uf.

Regards,
Greg
 

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