I have a worksheet where AU6:AU55 contain a number which is zero or greater.
I'd like to be able to hide rows where AU6:AU55 = 0, but only after the last time AU6:AU55 was >0.
For example, if [AU6=1, AU7=0,AU8=1] then AU9:AU55 should be hidden and AU7 should remain visible, since there was a >0 after it.
I tried to search for similar problems, but I don't know enough VB to modify code that I found to fit this condition. Thanks for any suggestions!!
I'd like to be able to hide rows where AU6:AU55 = 0, but only after the last time AU6:AU55 was >0.
For example, if [AU6=1, AU7=0,AU8=1] then AU9:AU55 should be hidden and AU7 should remain visible, since there was a >0 after it.
I tried to search for similar problems, but I don't know enough VB to modify code that I found to fit this condition. Thanks for any suggestions!!