J
J.W. Aldridge
This is my attempt to fill a range with formula "x".
Doesn't work.
Please help.
Range("A2").Select
ActiveCell.FormulaR1C1 = "X"
Selection.AutoFill Destination:=Range("A2:K10"),
Type:=xlFillDefault
Doesn't work.
Please help.
Range("A2").Select
ActiveCell.FormulaR1C1 = "X"
Selection.AutoFill Destination:=Range("A2:K10"),
Type:=xlFillDefault