Hi All,
Just need a little help refining my macro. I'm trying to find errors in a column using part of the following script...
Dim rngFound As Range
Set rngFound = Columns("N").Find(What:=IsError, After:=Range("N4"), LookAt:=xlWhole, _
SearchOrder:=xlByRows, SearchDirection:=xlNext...