Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to synchronize 2 combo boxes in Excel? I.e., limit the values
in the 2nd box depending on what was selected in the first? I do this often in Access but don't work much in Excel. The first combo box is based on a list of major codes found on a separate sheet. The second box is based on a list of sub-categories listed on a third sheet, which shows each major code and the sub-categories appropriate for it. All three sheets are in the same workbook. How can I do this? Thanks, Jen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Possibly... http://support.microsoft.com/?kbid=213748 "How to Populate One List Box Based on Another List Box" -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Jen" wrote in message Is there a way to synchronize 2 combo boxes in Excel? I.e., limit the values in the 2nd box depending on what was selected in the first? I do this often in Access but don't work much in Excel. The first combo box is based on a list of major codes found on a separate sheet. The second box is based on a list of sub-categories listed on a third sheet, which shows each major code and the sub-categories appropriate for it. All three sheets are in the same workbook. How can I do this? Thanks, Jen |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 13, 8:26*am, "Jim Cone" wrote:
Possibly...http://support.microsoft.com/?kbid=213748 "How to Populate One List Box Based on Another List Box" -- Jim Cone San Francisco, USAhttp://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Jen" wrote in message Is there a way to synchronize 2 combo boxes in Excel? I.e., limit the values in the 2nd box depending on what was selected in the first? I do this often in Access but don't work much in Excel. The first combo box is based on a list of major codes found on a separate sheet. The second box is based on a list of sub-categories listed on a third sheet, which shows each major code and the sub-categories appropriate for it. All three sheets are in the same workbook. How can I do this? Thanks, Jen Hi, Try using ListFillRange property of the ComboBox for the sub- categories based on the value of the first ComboBox Trevosef |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Combo boxes to change options based on other Combo boxes. | New Users to Excel | |||
Selecting subsets using combo boxes or list boxes | Excel Discussion (Misc queries) | |||
Questions on combo boxes and list boxes. | New Users to Excel | |||
Filtered list for Combo Box ListFillRange - Nested Combo Boxes | Excel Programming | |||
synchronize 2 combo boxes in Excel | Excel Programming |