So I've slowly worked my way up to experimenting with VBA. I understand a few basic functions but not enough to help me solve this problem, and so here I am.
I would like to figure out what code I need to make the selections from two dependent combo boxes display a cell range after the command button is hit. (ie: cbo1 = "Text" cbo2 = "Text1" then select additional cells to input in list once button is pressed) I really hope that makes sense but just in case it doesn't, here is a screenshot of sample workbook mocked up to show what I am trying to accomplish
https://1drv.ms/u/s!An4oRuUYTjkVhClSepOl4QH_dAZ6
I would like to figure out what code I need to make the selections from two dependent combo boxes display a cell range after the command button is hit. (ie: cbo1 = "Text" cbo2 = "Text1" then select additional cells to input in list once button is pressed) I really hope that makes sense but just in case it doesn't, here is a screenshot of sample workbook mocked up to show what I am trying to accomplish