I have 2 comboboxes, which I would like to have combobox2 dependent on combobox1 selection. I have combobox1 with a named ranged listed with dates. For combobox2 I have 7 different named ranges for it it based off combobox1 selection. So if date selected is 3/13 combobox2 list is for Monday (named range), 3/14 combobox2 is Tuesday etc.. these named ranges for combobox2 is coming from another workbook.
I've tried select case but not sure if I'm doing it right. Currently the combobox1 is populated with dates.
I've tried select case but not sure if I'm doing it right. Currently the combobox1 is populated with dates.