Hi guys
My code throws 1004 runtime error "No cells found" when copying autofilter results. The line immediately before the error as follows,
There is no data in this instance, only a header row & I'm puzzled why the preceding line is ignored.
Any help is much appreciated.
Click on the Create Plans button in the attached file.
Thanks & regards
Mark
My code throws 1004 runtime error "No cells found" when copying autofilter results. The line immediately before the error as follows,
Code:
If Range("J1:K" & lastrow).SpecialCells(xlCellTypeVisible).Count > 1 Then
Any help is much appreciated.
Click on the Create Plans button in the attached file.
Thanks & regards
Mark