The following isn't dynamically finding where to paste the content from MODELS but it might be a start- you'd need to find the dynamic equivalent of C1 as the intended destination:
![]()
Sheets("MODELS").Range("D6:D489").Copy Sheets("PAST").Range("C1").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False Application.CutCopyMode = False
Bookmarks