F
fabalicious
Can anyone tell me what's wrong with this expression?
ActiveCell.FormulaR1C1 = VLookup("G-Factor:", R1C1:R100C6, 6, False)
There seems to be a problem with the lookup range ( R1C1:R100C6)
probably the syntax. The string "G-Factor:" is within the lookup rang
and correct, there's a value on the same row in column 6 and I reall
can't see what else could cause failure....
Thanks a lo
ActiveCell.FormulaR1C1 = VLookup("G-Factor:", R1C1:R100C6, 6, False)
There seems to be a problem with the lookup range ( R1C1:R100C6)
probably the syntax. The string "G-Factor:" is within the lookup rang
and correct, there's a value on the same row in column 6 and I reall
can't see what else could cause failure....
Thanks a lo