hello,
So far I have this code. but not working for visible cells. Any idea, please!
For Each j In Range("A2:FL" & lastRow).SpecialCells(xlCellTypeVisible)
ii = j.Row
If Rows(ii).EntireRow.Visible = True Then
If Range("V") <> "" Or Range("V") <> vbNullString Then _...