Hello all,
I'm trying to populate a column with a formula that looks up values from a table in another tab and returns the value from that table.
My macro seems to lock up at the following line:
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-5].'Aircraft Sales Table'!r[1]c[-7]:r[13]c[-6].2.FALSE)"
What am I doing wrong here?
I'm trying to populate a column with a formula that looks up values from a table in another tab and returns the value from that table.
My macro seems to lock up at the following line:
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-5].'Aircraft Sales Table'!r[1]c[-7]:r[13]c[-6].2.FALSE)"
What am I doing wrong here?