Very simple piece of code that hides or unhides specific rows based on the value in specific cells.
The first set looks at the value in cell O19 and then hides and unhides specific rows (in 24:28) based on whether cell O19 has values: "", "ONE", "TWO", "THREE" or "FOUR". If none are true then it unhides all rows 24:28.
The second set looks at the value in cell O47 and then hides and unhides specific rows (in 52:56) based on whether cell O47 has values: "", "ONE", "TWO", "THREE" or "FOUR". If none are true then it unhides all rows 52:56.
The problem is that the first set works fine (i.e. when I change the value in O19).
The second set is not working (i.e. when I change the value in cell O47, nothing happens).
Both sets of code need to work independent of each other (if that makes sense).
Can anyone help?
The code is as follows...
![]()
Please Login or Register to view this content.
Bookmarks