OldManExcellor
New Member
- Joined
- May 30, 2011
- Messages
- 45
I'm trying to use the line below in my VBA code. Any idea why it doesn't work?
article(i) is a string stored in a variable
anchor is a named range
WorksheetFunction.VLookup(article(i), "OFFSET(anchor;0;-8;;13)", "13", "FALSE")
article(i) is a string stored in a variable
anchor is a named range
WorksheetFunction.VLookup(article(i), "OFFSET(anchor;0;-8;;13)", "13", "FALSE")