I applied a Vlookup formula to a row in a column and I want to apply same formula to multiple rows of same column.
My Code is:
Range("G5")
ActiveCell.FormulaR1C1 = "=VLOOKUP(c[-6],sheet!c[-6],1,0)"
Range("G5")
I applied a Vlookup formula to a row in a column and I want to apply same formula to multiple rows of same column.
My Code is:
Range("G5")
ActiveCell.FormulaR1C1 = "=VLOOKUP(c[-6],sheet!c[-6],1,0)"
Range("G5")