I have example data on worksheet ("results"):
A B C D
1 maybe car
8 maybe van 03/04/2007
I will randomly change any or all of the data ONLY in columns B,C, or D to
something like this:
A B C D
1 maybe car 09/12/2006
8 no van 05/26/2007
I would like help in writting the code to COPY the entire row/rows from
"results" and paste to a "master" worksheet when column A ("results") matches
column A ("master"). Column A in both "master" and "results" are unique
values.
thank you !!
Bookmarks