VBA - Userform - Pulling data into the userform by looking for a header record and not using a named range

slivesay

Board Regular
Joined
Jan 4, 2019
Messages
64
I have a userform that will pull the data in from a sheet, but the sheet does not have named ranges. I am using header records instead (i.e. Main_Fruit). The problem I am coming up w/ is when I try to extend the dependent combo boxes to show specific data for the options chosen in the first two combo boxes (i.e. Main_Fruit_Colors, Main_Fruit_Kind). I need a way to have the first two combo boxes populate then have four more combo boxes populate w/ data based on the 2nd combo box. Right now it is set that the other 4 cbos populate based on the 1st cbo. Any suggestions?
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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