I need help with a VBA script for Excel. I've tried modifying several I found on line but, none have worked for what I need. I need to create a VBA script, i assume with an If/then statement. I need to look at columns B and C in Sheet 1 for matching cells in columns B and C in Sheet 2. The two matching cells in Sheet 2 should be beside each other in a row as well. If a matching pair of cells is found in Sheet 2, the cells next to the match should be copied and pasted into Sheet 1 into column M next to the other matching pair. After I get this first script correct I need to create another seperate script. However, t will be copying two cells from one sheet to the other if, matches are found in a row in two columns in two sheets as well. Any help that anyone can provide would be greatly appreciated. Thank you.