ttx
Mechanical
- Jan 21, 2002
- 193
my problem is the following...
i would like to perform a formula auto fill without specifying the absolute range value.
that is, i would like to specify the range relative to the current active cell's position.
Any help or suggestions would be appreciated.
Example Below:
Selection.AutoFill Destination:=Range("C1:C20"
, Type:=xlFillDefault
*Replace "C1:C20" with a range relative to current active cell position.....
i would like to perform a formula auto fill without specifying the absolute range value.
that is, i would like to specify the range relative to the current active cell's position.
Any help or suggestions would be appreciated.
Example Below:
Selection.AutoFill Destination:=Range("C1:C20"
*Replace "C1:C20" with a range relative to current active cell position.....