Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to populate a combo box that is dependent on another combo
box selection. I currently trying to use a "Select Case comboBox1.value", "Case 1, Case 2.....Case N", and I am referenceing the list index of the selection in the independent combo box to be the case number in the "comboBox1.value" case. This is not working. Can anyone help me out? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Select Case Combobox1.ListIndex
case 0 case 1 case 2 case else end Select this assumes a combobox from the control toolbox toolbar. -- Regards, Tom Ogilvy "ikabodred" wrote: I am trying to populate a combo box that is dependent on another combo box selection. I currently trying to use a "Select Case comboBox1.value", "Case 1, Case 2.....Case N", and I am referenceing the list index of the selection in the independent combo box to be the case number in the "comboBox1.value" case. This is not working. Can anyone help me out? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating a combo box | Excel Programming | |||
Populating a Combo Box | Excel Programming | |||
display sheet choices in combo box | Excel Programming | |||
Populating Sheet Data From A UserForm Combo Box Enabled For Multi-Choices | Excel Programming | |||
Populating a lis/combo box in excel with access data | Excel Programming |