Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Oh this one is an embarassing question. From it's nature it reeks of obvious. I have a feeling I can't see the forest in front of me for my nose has treebark up it from being burried in a knothole. "We" are in a combobox typing. I like what has been typed, so I wish to select it, regardless of whether it was from the selection list or a new entry. I can simply click another field to do so. I want the <Enter key to do pretty much the same, moving focus to another field from the control to a spreadsheet cell. The control is on the sheet, not on a separate form. I tried toggling Tools: Options: Edit: Move Selection to on, but that didn't do beans. What am I completely missing here? Whenever I press <Enter, it just stares back at me doing nothing. I have been holding off asking this question for a month out of embarrassment, but it's time to take the plunge. -- brucemc ------------------------------------------------------------------------ brucemc's Profile: http://www.excelforum.com/member.php...o&userid=32871 View this thread: http://www.excelforum.com/showthread...hreadid=558986 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It isn't totally clear what you want, but there is no inherent support for
moving focus from a control toolbox combobox to a worksheet cell by hitting the enter key. See this discussion by Rob Bovey on tabbing between controls on a worksheet. It isn't what you want, but you should be able to use the same technique to capture the enter key and perform the action that you want. http://tinyurl.com/lxv7e -- Regards, Tom Ogilvy "brucemc" wrote: Oh this one is an embarassing question. From it's nature it reeks of obvious. I have a feeling I can't see the forest in front of me for my nose has treebark up it from being burried in a knothole. "We" are in a combobox typing. I like what has been typed, so I wish to select it, regardless of whether it was from the selection list or a new entry. I can simply click another field to do so. I want the <Enter key to do pretty much the same, moving focus to another field from the control to a spreadsheet cell. The control is on the sheet, not on a separate form. I tried toggling Tools: Options: Edit: Move Selection to on, but that didn't do beans. What am I completely missing here? Whenever I press <Enter, it just stares back at me doing nothing. I have been holding off asking this question for a month out of embarrassment, but it's time to take the plunge. -- brucemc ------------------------------------------------------------------------ brucemc's Profile: http://www.excelforum.com/member.php...o&userid=32871 View this thread: http://www.excelforum.com/showthread...hreadid=558986 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Glad to see it wasn't my inability to find something obvious, an thanks! It was exactly the right solution -- brucem ----------------------------------------------------------------------- brucemc's Profile: http://www.excelforum.com/member.php...fo&userid=3287 View this thread: http://www.excelforum.com/showthread.php?threadid=55898 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
Make "Edit" mode default, rather than "Enter"? | Excel Discussion (Misc queries) | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming | |||
"enter" event of activex combobox? | Excel Programming | |||
Using "Cells" to write "Range("A:A,H:H").Select" | Excel Programming |