Hello all!
Brand new to this forum and to VBA code so please bear with me.
I've searched and tried code from various threads on here and none of them have worked for me even though this topic has been discussed quite a few times.
What I'm trying to do is automatically hide rows 10:27 on my Sheet 1 if the displayed formula value in cells C10:C27 = 0.
If the displayed formula value is anything greater than 0 in cells C10:C27, then I'd like those rows to be automatically displayed.
For some background, cells C10:C27 use a formula to automatically pull data from 1 of 5 sheets depending on which one is used. Not sure if it's useful, but the cell that initiates that change on every sheet is Cell B6.
Please let me know if any other pertinent information is needed.
Appreciate any and all help!
Brand new to this forum and to VBA code so please bear with me.
I've searched and tried code from various threads on here and none of them have worked for me even though this topic has been discussed quite a few times.
What I'm trying to do is automatically hide rows 10:27 on my Sheet 1 if the displayed formula value in cells C10:C27 = 0.
If the displayed formula value is anything greater than 0 in cells C10:C27, then I'd like those rows to be automatically displayed.
For some background, cells C10:C27 use a formula to automatically pull data from 1 of 5 sheets depending on which one is used. Not sure if it's useful, but the cell that initiates that change on every sheet is Cell B6.
Please let me know if any other pertinent information is needed.
Appreciate any and all help!