D
Dennis
Hi
I'm trying to create a macro that populates a cell in a
worksheet with a vlookup formula, however, the table array
is another workbook and is variable.
here is my code so far...
Let X = Range("factsaccount") & "." & Range("workstation")
Range("NAV") = "=VLOOKUP(""Net Assets"",X$C:$D,2,FALSE)"
Thanks
-Dennis
I'm trying to create a macro that populates a cell in a
worksheet with a vlookup formula, however, the table array
is another workbook and is variable.
here is my code so far...
Let X = Range("factsaccount") & "." & Range("workstation")
Range("NAV") = "=VLOOKUP(""Net Assets"",X$C:$D,2,FALSE)"
Thanks
-Dennis