Greetings All,
I have a problem with a vlookup, that is as follows:
I have a list of strings and numbers that the vlookup refers to(call it lookup_value) and picks out the corresponding value in the coloumn next to the coloumn of strings and numbers.
BUT, the problem is this:
If I do a regular vlookup I get a problem of Error 2042 when ever lookup_value is a number. So I decided to dim lookup_value as Variant, but now my lookup_value is fixed at Empty and does not change to what the user wants to find. and returns Error 13: Type Mismatch.
I am really lost and did a whole lot reading and searching. Any clues? THANK YOU
I have a problem with a vlookup, that is as follows:
I have a list of strings and numbers that the vlookup refers to(call it lookup_value) and picks out the corresponding value in the coloumn next to the coloumn of strings and numbers.
BUT, the problem is this:
If I do a regular vlookup I get a problem of Error 2042 when ever lookup_value is a number. So I decided to dim lookup_value as Variant, but now my lookup_value is fixed at Empty and does not change to what the user wants to find. and returns Error 13: Type Mismatch.
I am really lost and did a whole lot reading and searching. Any clues? THANK YOU