F
Fred Smith
What's the difference between Application.WorksheetFunction.Vlookup and
Application.Vlookup?
As far as I can tell they both work. However, one difference I've found is
that when the Vlookup fails, Application.WorksheetFunction.Vlookup returns
nothing, but Application.Vlookup returns N/A.
Is there any need to use WorksheetFunction? It would save a lot of typing if
I didn't have to use it.
Application.Vlookup?
As far as I can tell they both work. However, one difference I've found is
that when the Vlookup fails, Application.WorksheetFunction.Vlookup returns
nothing, but Application.Vlookup returns N/A.
Is there any need to use WorksheetFunction? It would save a lot of typing if
I didn't have to use it.