You were really, really close.
In addition to Paul's suggestion, change this;
to this;![]()
.EntireRow.SpecialCells(12).Copy Destination:=Sheet2.Range("A1")
![]()
.Range("A1:N" & .Rows.Count).End(xlUp).SpecialCells(12).Copy Destination:=Sheet2.Range("A1")
Bookmarks