Hi everyone,
im trying to Autofill rows within a column with a formula and im using this :
And i get the error from the title. Could someone tell me what i wrote wrong here? Or what have i missed?
Thank you,
Ossian
im trying to Autofill rows within a column with a formula and im using this :
Code:
Range("G2").Select ActiveCell.FormulaR1C1 = "=LEFT(H2,10)"
Columns("G:G").Select
Range("G2").Select
Selection.AutoFill Destination:=Range("G" & Rows.Count).End(xlUp)
Thank you,
Ossian