Hello
I am using this code to copy data and paste it into another workbook but this works very slow
Please help
With Range("A8:AJ" & NewLr)
.Parent.AutoFilterMode = False
.AutoFilter 1, "COPY ME"
.Range("B9:G" & NewLr).SpecialCells(xlCellTypeVisible).Copy...