Cascading ComboBoxes

Godfreyyy

New Member
Joined
Feb 3, 2015
Messages
2
Hi there,

I am trying to create a User Form using ComboBoxes and am struggling with a couple of things:

1) I have populated my ComboBoxes successfully (these cascade down 5 levels) but, if I select an option in ComboBox1, for example, the relating options in ComboBox2 do not appear until I save, close and reopen the spreadsheet. I would like for this to update and show the next level of options automatically.

2) I would like for Level 2 to be disabled until Level 1 has been selected, and so on. I can disable and enable no problem, but no matter what code I have tried so far I cannot get them to disable/enable dependant upon the previous selection.

Any help would be appreciated - very new to this.

Thank you!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
And are you filling each successive combobox in the Change event of the selected control?

In other words, if you select a element in Combobox1, do you then fill Combobox2 based on the value of Combobox1 in Combobox1's change event?
 
Upvote 0

Forum statistics

Threads
1,217,298
Messages
6,135,702
Members
449,959
Latest member
choy96

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top