Apologies for what may be a redundant post- I've tried to piece together a solution to my problem from other answers I've seen but haven't been fully successful.
Speaking generically, I have a workbook that's used to calculate and print results for reports, input information is entered on sheet X which then fills values on sheets Y,Z, etc. I don't know VBA but have a grasp on how programming operations work, I've had some trouble trying to dissect the responses on similar posts that I've seen to find the pieces I need.
Basic concept:
If there is a value in sheet X, A1:A5 then sheet Y Rows 1:5 are shown. If sheet X A1:A5 is empty then sheet Y Rows 1:5 are hidden. If the value/ no value state of Sheet X A1:A5 changes the corresponding rows on other sheets hide/ unhide accordingly.
I've been able to hide the cells but have not had any luck with a code that will also unhide hidden cells if the cells on the input sheet change. Any help would be much appreciated!
Speaking generically, I have a workbook that's used to calculate and print results for reports, input information is entered on sheet X which then fills values on sheets Y,Z, etc. I don't know VBA but have a grasp on how programming operations work, I've had some trouble trying to dissect the responses on similar posts that I've seen to find the pieces I need.
Basic concept:
If there is a value in sheet X, A1:A5 then sheet Y Rows 1:5 are shown. If sheet X A1:A5 is empty then sheet Y Rows 1:5 are hidden. If the value/ no value state of Sheet X A1:A5 changes the corresponding rows on other sheets hide/ unhide accordingly.
I've been able to hide the cells but have not had any luck with a code that will also unhide hidden cells if the cells on the input sheet change. Any help would be much appreciated!