Test for Hidden
Posted by Don on November 05, 2001 7:47 AM
My macro has the following line:
ActiveCell.Offset(2, 0).EntireRow.Activate
After that, I want to check to see if that row is hidden. How do I check for visible or hidden status?
Posted by Don on November 05, 2001 7:47 AM
My macro has the following line:
ActiveCell.Offset(2, 0).EntireRow.Activate
After that, I want to check to see if that row is hidden. How do I check for visible or hidden status?