Hi,
Currently I'm using:
Is there a faster way to do this that only inserts the values? I do require an insert, not just a paste.![]()
Sheets("Analyzer").Select Range("A2:M6").Select Selection.copy Sheets("Results").Select Range("A2").Select Selection.Insert Shift:=xlDown
Bookmarks