I have created a ComboBox with six items that have 3 related pieces of data. I'd like to automatically populate a list box based on the user's ComboBox selection. For instance, if "Children" is selected, then the following should appear in the list box:
1. Graduation rates
2. Youth crime
3. Childhood Obesity
I have named all pieces of data (e.g. the list above is called CF_OM). Can this be done with a formula or "SIMPLE" VBA code?
1. Graduation rates
2. Youth crime
3. Childhood Obesity
I have named all pieces of data (e.g. the list above is called CF_OM). Can this be done with a formula or "SIMPLE" VBA code?