View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Greg Wilson Greg Wilson is offline
external usenet poster
 
Posts: 747
Default Using the Return Key without exiting Textbox

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


"Corey" wrote:

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....