Hi,
How would you use cell reference for the following VBA code?
Cells(10, 13).Select
Selection.AutoFill Destination:=Range("M3:T3"), Type:=xlFillDefault
Instead of "M3:T3" I'd rather use a cell reference or some kind of offsetting to drag a formula
How would you use cell reference for the following VBA code?
Cells(10, 13).Select
Selection.AutoFill Destination:=Range("M3:T3"), Type:=xlFillDefault
Instead of "M3:T3" I'd rather use a cell reference or some kind of offsetting to drag a formula