Hello all,
I'm currently working on a project in which I have two excel files, and I need to see (by searching for combination of last and first name) if the people contained in wkBook1 are listed in wkBook2.
I've completed *almost* all of it thus far (code below) but I'm having issues figuring out how to use ActiveCell appropriately. So far I can search through workbooks to see if a person's last name is contained, but if there are two people with the same last name the macro will break if the first one isn't matched.
I tried solving this by offsetting the "ActiveCell", but it won't enter loop.
Data to search for:
Smith, John
Data Available:
Smith, Mark <--- search will find mark, doesn't match, then stop.
Smith, John
I'm *definitely* not using ActiveCell correctly, as ActiveCell.Value is always "empty" and won't enter loop. Any ideas?
Thanks!
~Jed
![]()
Please Login or Register to view this content.
Bookmarks