J
John
Results17 is the named range I am trying to "build" in my Vlookup.
------------
Dim week As Integer
week = InputBox("Enter the Week", Week) ' I type in 17
Range("B2").Formula = "=VLookup(A2, ""Results"" & week, 2, False)"
-------------
I get the Invalid Name error. If I remove the double-double quotes
around ""Results"", I get a compile error.
Please help
Thanks
John
------------
Dim week As Integer
week = InputBox("Enter the Week", Week) ' I type in 17
Range("B2").Formula = "=VLookup(A2, ""Results"" & week, 2, False)"
-------------
I get the Invalid Name error. If I remove the double-double quotes
around ""Results"", I get a compile error.
Please help
Thanks
John