Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Clara,
Set the following properties of the textbox to TRUE: MultiLine EnterKeyBehavior -- Hope that helps. Vergel Adriano "clara" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hard return | Excel Worksheet Functions | |||
HARD RETURN IN A CELL | Excel Discussion (Misc queries) | |||
how to replace a hard return? | Excel Programming | |||
hard return | New Users to Excel | |||
Msgbox text hard return | Excel Programming |