spectraflame
Well-known Member
- Joined
- Dec 18, 2002
- Messages
- 829
- Office Version
- 365
- Platform
- Windows
I have a macro that enters in the following formula.
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC3,WATER_COMMENTS,2,0)"
What is returned in the cell is just =VLOOKUP
Is there a better way of scripting this?
BTW - Using 2010 and the code worked great in 2000 before converting it.
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC3,WATER_COMMENTS,2,0)"
What is returned in the cell is just =VLOOKUP
Is there a better way of scripting this?
BTW - Using 2010 and the code worked great in 2000 before converting it.