I have two workbooks that both have the same names for each worksheet in them.

Upon exection this code, I would like the "primary" workbook (the workbook this code would be run from) to open the "secondary" workbook and compare their "Sheet2" and "Sheet3". (Sheet1 is just some header information and doesn't need to be compared).

On each of these sheets, it needs to look for a match in BOTH columns B AND C. If a match is found, I would like it to copy Column I, J, K, and L from that row in the secondary workbook over to those columns on the primary workbook.

Due to the updates that take place on the primary workbook, what could be listed on the primary workbook in row 32 may be a match to row 15 on the secondary workbook. Therefore, Columns I-L in row 15 on the secondary workbook would be copied to row 32 on the primary workbook.