I'm getting a Run-time Error '1004' Copy and Paste area aren't the same size. I'm not sure what I'm doing wrong though. The error is popping up on the "ActiveSheet.Paste" line. My code is below.
Thanks!
Worksheets("Levels").Select
Columns("B:K").Select
Selection.Copy
Worksheets("Summary").Select
Range("C4:L4", Range("C4:L4").End(xlDown)).Select
ActiveSheet.Paste
Bookmarks