jecruz
New Member
- Joined
- Sep 27, 2011
- Messages
- 9
Hi Everyone,
My question is about this:
The output in excel is the formula itself. How can it be just the value retrieved from the lookup? I guess what I need is the syntax for vba.
Thanks a lot in advance. :D
My question is about this:
Code:
ActiveSheet.Cells(i, 106).FormulaR1C1 = _
"=VLOOKUP(RC[-4],'[Lookup Reference.xls]Sheet1'!R2C1:R11C2,2,FALSE)"
The output in excel is the formula itself. How can it be just the value retrieved from the lookup? I guess what I need is the syntax for vba.
Thanks a lot in advance. :D