Hi & welcome to the board
Something like thisThis use col A to find the last used row.Dim Lr As Long Lr = Range("A" & Rows.Count).End(xlUp).Row Range("G2").AutoFill Destination:=Range("G2:G" & Lr), Type:=xlFillDefault
Hi & welcome to the board
Something like thisThis use col A to find the last used row.Dim Lr As Long Lr = Range("A" & Rows.Count).End(xlUp).Row Range("G2").AutoFill Destination:=Range("G2:G" & Lr), Type:=xlFillDefault