Hi, I'm a newb, apologies for any inadvertent faux pas.
I have taken over an old spreadsheet that a number of different cooks have had input into. I am attempting to 'fancy it up' with an input box etc. I'm pretty new to VBA (I've ordered a book but it hasn't arrived yet!) I'm really hoping somebody can help me.
The issue I'm having is this: on the original spreadsheet, there are two columns for input with data validation (lists from named ranges), and the second column options are dependent on the first, using the indirect function. I have created a userform, and a combobox works fine for the first column, I just designated the original data input cell as the 'control source', and the named range as the 'row source' in the properties. However, the second combobox, I've put the cell with the name of the range as the 'row source', and it almost works, the dropdown appears with options. The only problem is that the second combo-box options don't 'refresh' if a selection is changed in the first.
To try and put the problem more succinctly: every time the user makes a selection in the first combo-box, and the focus shifts to the second combo-box, the options in the second combo-box need to update.
If somebody could help me I'd be very grateful, I'm afraid I don't know enough to know if there is a really simple solution, I know I could code it all manually in VBA (if first dropdown selection is this, then options are....etc), but that seems like overkill.
Thank you very much kind people.