Hello
I want to hide rows using VBA with this scenario:
In Worksheet 1, Cell A1 = Apple & Cell B1 = No ---> Then in Worksheet 2, All rows containing Apple in Column A will be hidden
In Worksheet 1, Cell A2 = Banana & Cell B2 = No ---> Then in Worksheet 2, All rows containing Banana in Column A will be hidden
If the value of cells B1 and B2 are Yes in Worksheet 1, then the rows should not be hidden. The range of the rows is unspecified and can change from one day to another.
I've searched everywhere in this forum but haven't seen yet a similar scenario. Many thanks in advance for any help!
Bookmarks