View Single Post
 
Old 07-28-2016, 09:06 PM
littlepeaks littlepeaks is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Jan 2012
Location: Colorado Springs, CO
Posts: 16
littlepeaks is on a distinguished road
Default Can't go to next line in text box

I have a text box in userform1 for a Word document. The behavior is if you double click on the text box, it copies the name and address into the text box from another source. This works OK.

I want people to also be able to type the name and address in the text box manually. But when you finish typing the name and hit carriage return, the next text box gets focus for text input. I have textbox multiline property set to true.

I have another similar macro where a similar name and address text box works properly -- so probably something dumb I've overlooked.

Please help.
Reply With Quote