Kopier ned fra aktiv celle
GodmorgenHvordan skal mit VBA se ud, hvis jeg vil kopier ned fra aktiv celle?
Hvis det er sådan så virker det perfekt
Selection.AutoFill Destination:=Range("A2:A" & Range("C" & Rows.Count).End(xlUp).Row)
Kan jeg ændre Selection.AutoFill Destination:=Range("A2:A" & Range til aktv celle?