Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to make it so that when a user presses enter in a single line
textbox, the textbox value gets written into some other place and the focus ends up back in the textbox. I could do all that if I could capture the Enter, but I don't see a way to do that. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at the keydown or keyup events in a textbox from the control toolbox
toolbar. You don't say where the textbox is, so make sure you read the help on these events. (such as cautions for a userform with a commandbutton set to true for the default property). -- Regards, Tom Ogilvy "FClifton" wrote: I would like to make it so that when a user presses enter in a single line textbox, the textbox value gets written into some other place and the focus ends up back in the textbox. I could do all that if I could capture the Enter, but I don't see a way to do that. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you Click the "Enter" key to go to the next line in a Textbox without Exiting the Textbox ? | Excel Programming | |||
Capture the range a user selects and put in textbox. | Excel Programming | |||
Capture ENTER | Excel Programming | |||
how to capture enter key inside a cell | Excel Programming | |||
HELP! I Lost The Ability To Advance From TextBox To TextBox With the ENTER Or The TAB Keys | Excel Programming |