Hello to all!
I'm having trouble creating dependant combo boxes on a user form. In the first combo box user selects type, e.g. DM604 and the following combo box should then list all the possible speed options for that type. As there are a number of different types and each have multiple speed options I'm using .Rowsource = "XXX!TYPES" for the first combo box (TYPES = named range). In my workbook, there is a named range for all the speed options, e.g. there is a named range "DM604" which refers to cells "YYY!Q8:V11" and contains speed options for type DM604. Using data validation method it would be easy but my executives want to use user forms. Can anyone help me to create dependent combo boxes. I've searched for a solution for a couple of hours but could't find one. Thanks in advance!
p.s. I'm quite a newbie when it comes to excel and vba so explicit words of advice would be much appreciated!
I'm having trouble creating dependant combo boxes on a user form. In the first combo box user selects type, e.g. DM604 and the following combo box should then list all the possible speed options for that type. As there are a number of different types and each have multiple speed options I'm using .Rowsource = "XXX!TYPES" for the first combo box (TYPES = named range). In my workbook, there is a named range for all the speed options, e.g. there is a named range "DM604" which refers to cells "YYY!Q8:V11" and contains speed options for type DM604. Using data validation method it would be easy but my executives want to use user forms. Can anyone help me to create dependent combo boxes. I've searched for a solution for a couple of hours but could't find one. Thanks in advance!
p.s. I'm quite a newbie when it comes to excel and vba so explicit words of advice would be much appreciated!