Hello
I have a formula which is returning me #NAME?
The code is:
and the formula appears as:
=VLOOKUP(FH2,'FQ13':'FR15',2,FALSE)
Question: how do I paste without the ' either side of the range cells?
Many thanks
Hankj
I have a formula which is returning me #NAME?
The code is:
Code:
Range("FJ2:FJ" & LR_CompID).FormulaR1C1 = "=VLOOKUP(RC[-2]," & ("FQ" & LR_FP + 1 & ":FR" & LR_FQ) & ",2,FALSE)"
and the formula appears as:
=VLOOKUP(FH2,'FQ13':'FR15',2,FALSE)
Question: how do I paste without the ' either side of the range cells?
Many thanks
Hankj