Hi All
I am currently using the below function to show if a row is hidden or not, when i first use the function it works perfectly but as soon as i unhide/hide a row all the values change to #VALUE . What am i doing wrong?
Thanks All
Tom
I am currently using the below function to show if a row is hidden or not, when i first use the function it works perfectly but as soon as i unhide/hide a row all the values change to #VALUE . What am i doing wrong?
Code:
Public Function isvisible(rng As Range)
isvisible = Not (rng.EntireRow.Hidden)
End Function
Thanks All
Tom