![]()
Please Login or Register to view this content.
I am using this code to check if data in a list is found in another list.
i now need to reverse this and have it check the other way around.
My problem is that when I simply change sheet names and ranges everything comes up as not found.
I think this is due to the data on ws1 containing extra text/numbers than what is being searched for.
In this function we take care of that with the LookAt argument.
What I was thinking is finding a way to put in the For Each argument a wildcard. So yes I am looking for v (value) but I need to find a specific part of that (a 5 digit number) on the other sheet (because it only contains the numbers.)
It there a simple way to alter this code slightly to obtain the results I am looking for, and if not then how should I change this?
![]()
Please Login or Register to view this content.
Bookmarks