View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Userform Return Key Behaviour

Set the text box's EnterKeyBehavior property to True. This requires that
the MultiLine property is also True.

--
Jim
"JoePineapples" wrote in message
...
|
| Is it possible to change the behaviour of the return button within a
| textbox?
|
| What I would like is, once the return button is pressed, it starts a
| new line in the textbox rather than it moving to the next textbox
| within the form.
|
|
|
|
| --
| JoePineapples