Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Riddler" wrote in message oups.com... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That did the trick!! For some reason I did not have the
EnterKeyBehavior set to true. Thanks a bunch..... Scott |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select text before carriage return | Excel Discussion (Misc queries) | |||
excel 2007 text box - carriage return | Excel Discussion (Misc queries) | |||
carriage return in text cell in excell | Excel Discussion (Misc queries) | |||
Text to columns delimited by carriage return | Excel Worksheet Functions | |||
How do I convert text to columns when there is a carriage return? | Excel Worksheet Functions |