Hi,
I'm running this line (from longer code of course), where i/g are integers and h is a range:
i = Application.WorksheetFunction.VLookup(g, h, 1, False),
And I'm getting run time error '1004'. Any idea why?