Hello,
This is a part of the code that i have written, and what i wanted to do is to add a wildcard at the lookup value like in a common formula for instance : =VLOOKUP("*"&C1&"*";A1:B2;2).
I need to apply the asterists at the beginning and at the end in the code.
Range("E2").Select
For i =...