Greetings, Gurus.
I have a worksheet on which the user would have to make 2 different selections from a dropdown listbox. Box 1's cell link is M2, and the user can select from 3 cases, (empty, "New" or 'Recycled"). Box 2 is linked to cell S2, and the user can select from 3 cases, (empty, "US" or "Canada").
I would like to automatically hide certain rows based on the selections. If the boxes are empty, (showing "1" in the associated linked cell), then I want all rows visible. If "New" is selected in Box 1, (the value in M2 would be "2"), I want to hide rows 8, 10, 15 and 17. If "Recycled" is selected, (the value in M2 would be "3"), I want to hide rows 14, 16, 20 and 22.
Ideally, these rows would hide automatically when the selections are made, without having to push another button. I don't know if the code would be entered into a regular module, or the sheet itself.
Any suggestions would be much appreciated.
Hutch
Bookmarks