Hey guys, looking for a VBA script. I have 2 worksheets. Worksheet B has 3 columns that I need to have in Worksheet A.
I need to match up name and date columns between both worksheets, if there is a match, then I need to copy the columns from A to B. e.g.
Worksheet A:
Date: 1/1/11
Name: Bob
Worksheet B:
Date: 1/1/11
Name: Bob
Column 1: A
Column 2: B
Column 3: C
since there is a match for "Date" and "Name" between the 2 worksheets, then the rows of columns 1-3 is copied into Worksheet A.
I hope that makes sense!
I tried a search but wasn't sure what phrase to search for!
Bookmarks