View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default use a hard return in a text box

Ctrl + Enter will enter a linebreak.
Or in the textbox set EnterKeyBehaviour to True.

RBS

"clara" wrote in message
...
Hi all,

I have to input multi-line in a text box, and at the end of each line, I
want to press Return Key to change line instead of change focus to next
control. How can I do it?

Clara
--
thank you so much for your help