I have got a situation in Excel which will most likely need to be solved by a Macro, and I would like some help because I have little VB experience.
I have two worksheets in an Excel workbook. Sheet1 has all the data (1998-2004) for a final report and Sheet2 has some data from a query (2003) that I need to compare to the data on Sheet1.
I need the macro to look at 1 column (Child/Parent), from Sheet2, if this combination is found in the same column in Sheet1 I need the entire row where the match was found on Sheet1 to be highlighted copied into sheet 3. I need this to loop through every record/row on sheet 1 until the row is blank. I then need it to move onto the next row in sheet 2 and repeat the above process.
More Clarification: Sheet1 contains 528 records, Sheet2 contains 115. If there is no match made, then do nothing to that row. So for Each Child/Parent on Sheet2, I need them matched and compared on Sheet1.
Am I making any sense? I appreciate your help immensely.
Kind Regards,
Vedica.
I have two worksheets in an Excel workbook. Sheet1 has all the data (1998-2004) for a final report and Sheet2 has some data from a query (2003) that I need to compare to the data on Sheet1.
I need the macro to look at 1 column (Child/Parent), from Sheet2, if this combination is found in the same column in Sheet1 I need the entire row where the match was found on Sheet1 to be highlighted copied into sheet 3. I need this to loop through every record/row on sheet 1 until the row is blank. I then need it to move onto the next row in sheet 2 and repeat the above process.
More Clarification: Sheet1 contains 528 records, Sheet2 contains 115. If there is no match made, then do nothing to that row. So for Each Child/Parent on Sheet2, I need them matched and compared on Sheet1.
Am I making any sense? I appreciate your help immensely.
Kind Regards,
Vedica.