I have some code that is filtered on a column, copying the visible rows, going to a new sheet, and pasting the code down.
It works, but its incredibly slow, is there a faster way to generate this block of code?
Selection.AutoFilter
ActiveSheet.Range("A:J").AutoFilter Field:=3...