Dear All,
I am having trouble in VBA for an Excel 2003 project. The following works fine:
Range("AccountNumber").FormulaR1C1 = "=VLOOKUP(Template,TemplateDetails,4,FALSE)"
The following gives me a run time error 1004 Application-definded or object-defined error...