I have four sheets, checkbox results (True, False) from Sheet1 are seen in column A on Sheet3. Now if the result is False, I want the corresponding row in Sheet3 to hide.

- On a side note, the checkbox, when unchecked (False) will hide it's corresponding Row in Sheet1, is there a way of linking the result from the same action? If so, which option would require the least amount of code?

I've tried a number of things, but can't get it quite right!