Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I am on EXCEL 2003 / SP3 and wondering how to "TAB through" my
drop down list I have in a spreadsheet. For example, I do have 5 drop down lists and in order to make selections, I would like to go i.e. to the first one, select my input from its list and then hit the TAB button and move to my next drop down combo box. Is this possible in EXCEL and how ? Thanks, Peter |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Peter Neumaier wrote :
Hi, I am on EXCEL 2003 / SP3 and wondering how to "TAB through" my drop down list I have in a spreadsheet. For example, I do have 5 drop down lists and in order to make selections, I would like to go i.e. to the first one, select my input from its list and then hit the TAB button and move to my next drop down combo box. Is this possible in EXCEL and how ? Thanks, Peter Peter, Normally, you can set 'Tab Order' if the controls are on a userform. I'm not familiar with doing that on a spreadsheet because I use sheet protection to control navigation flow from input cell to input cell throughout the worksheet. (Input cells are not locked) Maybe this concept would work for you! -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are using dropdowns from the Control toolbox (activeX controls) then you can use the KeyDown
event for each control. You check for the tab key and move to the next control if the tab key was pressed. If you are using dropdowns from the Forms toolbar then you are out of luck. -- Jim Cone Portland, Oregon USA http://www.contextures.com/excel-sort-addin.html Independent review of Special Sort excel add-in (30 ways to sort) "Peter Neumaier" wrote in message ... Hi, I am on EXCEL 2003 / SP3 and wondering how to "TAB through" my drop down list I have in a spreadsheet. For example, I do have 5 drop down lists and in order to make selections, I would like to go i.e. to the first one, select my input from its list and then hit the TAB button and move to my next drop down combo box. Is this possible in EXCEL and how ? Thanks, Peter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert new row with drop-down box but problem with cell linkreferring to the original drop-down box | Excel Programming | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
drop down that refers to another drop down in excel | Excel Programming | |||
Cross-referenced drop-down menu (nested drop-downs?) | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |