D
Dennis
XL 2003
OK I give up! Need help.
Trying to Fill Down with an Offset from the Selected cell.
I cannot get the correct VBA code.
My last attempt which bombed was:
ActiveCell.Offset(1, 1).AutoFill Destination:=Range( ActiveCell.Offset(1, 1) & _
Range("A" & Rows.Count).End(xlUp).Row), Type:=xlFillCopy
How do I get an Offset range variable into the Range Object to properly use this
function?
Can Offset somehow use the R1C1 notation?
TIA Dennis.
(I know that I will say how did I miss the solution - it was soooo obvious)
OK I give up! Need help.
Trying to Fill Down with an Offset from the Selected cell.
I cannot get the correct VBA code.
My last attempt which bombed was:
ActiveCell.Offset(1, 1).AutoFill Destination:=Range( ActiveCell.Offset(1, 1) & _
Range("A" & Rows.Count).End(xlUp).Row), Type:=xlFillCopy
How do I get an Offset range variable into the Range Object to properly use this
function?
Can Offset somehow use the R1C1 notation?
TIA Dennis.
(I know that I will say how did I miss the solution - it was soooo obvious)