cardinalphin
New Member
- Joined
- Nov 23, 2016
- Messages
- 10
I'm trying to create a userform with dependent drop-down lists in it. I'm trying to populate these lists from various tables that I've got saved in a couple of sheets. I know how to use dependent drop-downs within the spreadsheet, but I can't find anything on how to do it within a userform.
The closest solution I've come up with is to populate all of these drop downs by hard coding the options into VBA. I've got almost 100 tables, and I will eventually have considerably more, so hard coding isn't really a good, manageable option.
I'm able to populate the parent list in the userform, using the tables, but I've come up empty in my search for a solution to linking to the child tables, within a userform. My apologies if this has been covered elsewhere, but I can't find anything that matches what I'm looking for.
I appreciate any help you can provide, and hope you have a great turkey day!
The closest solution I've come up with is to populate all of these drop downs by hard coding the options into VBA. I've got almost 100 tables, and I will eventually have considerably more, so hard coding isn't really a good, manageable option.
I'm able to populate the parent list in the userform, using the tables, but I've come up empty in my search for a solution to linking to the child tables, within a userform. My apologies if this has been covered elsewhere, but I can't find anything that matches what I'm looking for.
I appreciate any help you can provide, and hope you have a great turkey day!