Below is the code I have now.
I need it to be
With Sheets("Cash Update Data")
.Range("O1").AutoFilter 15, "12" Everything not including "#N/A"
.AutoFilter.Range.Offset(1).EntireRow.Copy Sheets("QTD").Range("A2") QTD is in another workbook
.AutoFilterMode = False
End...