dependent combo box

  1. G

    Looping Through Select Cases

    Hello All, I have a independent combobox and a dependent combobox, the dependent combobox depends on the information provided in the first independent combobox. I know there is the select case to make fill the dependent combobox. Here is a brief overview what my code does. I have two...
  2. Z

    Help Creating a UserForm with Loops Dependent on User Input

    Hello! This is my first post to the forums, though I've appreciated many tips and tricks posted here in the past. I'm rather new to coding VBA, but have a basic understanding of coding in general along with lots of patience and determination. Now on to my problem: I'm trying to create an...
  3. J

    Select Rowsource based on 2 criteria

    I have been using Case statements to create dependent drop down lists for combo boxes with success. I have a combobox dropdown to select appliance brand cmb.appbrand with pulls from rowsource= "Appliance_Brand". The very next drop down combobox is to select the color cmb.appcolor.rowsource =...
  4. B

    Dependent ComboBox

    I'm creating a dependent drop down box using ComboBoxs. I have a total of 3 boxes dependent upon the previous. I've written the below so far but it's not working. When I select the item in the 2 drop down it doesn't appear in the drop down. Or (If i take out the .clear from below) the list...
  5. B

    Dependent ComboBox Drop Down ISSUES

    I know the easiest way to do a dependent drop down is with Data Validation. However, the options in my lists are too long to use this (unfortunately, I cannot make them shorter.) I need to be able to create a 2 dependent drop downs (total 3 that cascade depending on the selection.) I was...
  6. B

    Cascading (Dependent) Combo boxes in Excel Form using vba - Need Help

    Hi, first I want to thank you in advance for helping me out. I have developed a user form in excel. I have 2 combo boxes. The first one is Manager and the second one is Employee. Upon form initialize I populate all Managers and Employees from excel tabs with the code below (this populates...
  7. B

    Cascading (Dependent) Combo boxes in Excel Form using vba - Need Help

    Hi, first I want to thank you in advance for helping me out. I have developed a user form in excel. I have 2 combo boxes. The first one is Manager and the second one is Employee. Upon form initialize I populate all Managers and Employees from excel tabs with the code below (this populates...

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