Looking for a VBA module that will hide all rows except adjacent rows that have "9" as their value in one cell of column B, and "5" in the cell below it, like this:
Column B
1
9
5
18
23
3
11
5
9
4
9
5
22
So, in the above example, you'd hide all rows except the ones I've bolded for you here...