I recorded a macro to do an autofill, the first time it ran it only had 100 rows, but the rows count can change. How would I make this macro work depends on how many rows there are?
Column A will always have the correct number of rows.
Selection.AutoFill Destination:=Range("N4:N100")
Range("N4:N100").Select
Column A will always have the correct number of rows.
Selection.AutoFill Destination:=Range("N4:N100")
Range("N4:N100").Select