cornflakegirl
Well-known Member
- Joined
- Nov 4, 2004
- Messages
- 2,023
I have a spreadsheet with dropdowns that allow the user to slice the data they see. Let's say that they can select the store (All, Tesco, Sainsbury, Waitrose) and the product (All, Apples, Bananas, Custard). However, Tesco don't sell apples. Currently if they select Tesco and apples, they get a page full of errors, so I want to remove the option to select this combination. So, if Tesco is selected, I don't want apples to be in the Product dropdown. And, if apples is selected, I don't want Tesco to be in the Store dropdown. Is the best (only?) way to do this with VBA?