Like this perhaps.
![]()
For Each ar In ActiveSheet.Range("$A$1:$A" & lrSource).SpecialCells(xlCellTypeVisible).Areas For Each rw In ar.Rows If rw.Value = "myvalue" Then' check for your value here ' do something End if Next rw Next ar
Like this perhaps.
![]()
For Each ar In ActiveSheet.Range("$A$1:$A" & lrSource).SpecialCells(xlCellTypeVisible).Areas For Each rw In ar.Rows If rw.Value = "myvalue" Then' check for your value here ' do something End if Next rw Next ar
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks