Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Subs,
I guess you need the item selected in ComboBox1 to be added to the list of ComboBox2??? But do you want the list in combobox2 to grow with each selection of combobox1???? In that case the he syntax would be something like this- Private Sub ComboBox1_Change() ComboBox2.AddItem ComboBox1.Value 'Or ComboBox1.Text End Sub We really need more information here. "Subs" wrote: Hi All Does anyone know where I can get the code to link several combo boxes . so if the user selects the first box it will populate the second box with specific values and if the user selects the second box it will populate the third box with specific values. any help will be greatly appreciated Regards Subs |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple combo boxes | Excel Discussion (Misc queries) | |||
Linking Combo Boxes (Please Help) | Excel Worksheet Functions | |||
multiple combo boxes | Excel Discussion (Misc queries) | |||
Linking Combo Boxes | Excel Programming | |||
excel 97: linking 2 combo boxes | Excel Programming |