Hello everyone
I am trying to write a VBA macro that searches for the value of column A (Book A') in column A in Book B.
If found I need to check if the value in column B of Book A and the found value in Book B also matches.
If both values match, copy the value of column C (Book B) to column C (Book A)
I think I can do that with 'find' if I would only have one condition, but how can I do this with two?
Thanks in advance.
Bookmarks