Hi guys, i wrote a macro using a for loop which goes through all the rows of a specified column. How do you write a code such that if the current row is hidden, it will proceed to the next row?
produces an error.![]()
If Rows(cellcounter).Hidden = True Then Resume Next
Bookmarks