I have 2 worksheets in the same workbook. I'm attempting to use a row count on the first page to generate similar row count for copy & paste in 2nd sheet. This is the lines I'm looking to adjust:
Selection.AutoFill Destination:=Range("A2:D329"), Type:=xlFillDefault
Range("A2:D329").Select