Is it possible to combine both relative and direct referencing in a formula ?
for example, i am trying to do:
ActiveCell.FormulaR1C1 = _
"=VLOOKUP(RC[-1],$H$1:$K$10,2,False)"
the first value (RC[-1]) is relative, but the second ($H$1:$K$10) is not.
This is giving me an error
How else can i do this ?
thanks,
C