Hello guys,
I have the following code:
On Error Resume Next
strOut = Application.WorksheetFunction.VLookup(strSearch, Worksheets("StoreLookup").Range("A2:B2000"), 2, False)
strSearch is a string the user wants to find (with wildcards) from a shop's name and it returns the...