Does anyone know how to get this expression to work when the first digit is numeric (for the lookup value)? it works fine on everything that is a alpha char but stops at anything that looks like a number. The result is a Run-time error '1004' , Unable to get the VLookup property of the WorksheetFunction class
Found.Offset(, 0).Value = WorksheetFunction.VLookup(Left(Found.Offset(, 1), 2), Rng1, 2, True)
thanks in advance, s4
Bookmarks