Hey Everyone!
I'm trying to create a form with multiple Active X combo boxes where the selection in Combo Box 3 determines the list of drop down items in Combo Box 4.
Right now, Combo box 3 has two options: Type 1 or Type 2. If Type 1 is selected, I need Combo Box 4 (which currently contains a list of 8 items) to only show the first four that are related to Type 1. If Type 2 is selected, I need it to only show the second four options that are related to Type 2.
Does anyone know a VBA code that would allow me to do this? All of my Combo Box 4 drop down options are currently stored in a second tab on my worksheet.
I'm trying to create a form with multiple Active X combo boxes where the selection in Combo Box 3 determines the list of drop down items in Combo Box 4.
Right now, Combo box 3 has two options: Type 1 or Type 2. If Type 1 is selected, I need Combo Box 4 (which currently contains a list of 8 items) to only show the first four that are related to Type 1. If Type 2 is selected, I need it to only show the second four options that are related to Type 2.
Does anyone know a VBA code that would allow me to do this? All of my Combo Box 4 drop down options are currently stored in a second tab on my worksheet.