Hi all,
I have been trying to get the following autofill functionality to work, but with no success yet,
Here is the recorded clip,
Range("E2").Select
Selection.AutoFill Destination:=Range("E2:E10")
How do I pass the range to the AutoFill? I have the range area in variables.
Br,
Pekka