keywordmonkey
IS-IT--Management
Hi
I'm new to VBA programing and don't know where to start with code to do this:
User has pasted old values on spreadsheet1, and new values onto sheet2.
1) Need a macro that:
- compares contents of each row on sheet2 column A, to sheet1 column A (not case sensitive)
- if the contents of a sheet2 row matches one on sheet1 , it CUTS the whole row on sheet2 and pastes onto sheet3
- it then copies the value of sheet1 column C for the matching row onto column C of sheet3
The end result is sheet 1 and 2 have been compared, the matches copied to sheet3 from sheet2, but updated with the column C value of sheet1.
Can anybody help?
I'm new to VBA programing and don't know where to start with code to do this:
User has pasted old values on spreadsheet1, and new values onto sheet2.
1) Need a macro that:
- compares contents of each row on sheet2 column A, to sheet1 column A (not case sensitive)
- if the contents of a sheet2 row matches one on sheet1 , it CUTS the whole row on sheet2 and pastes onto sheet3
- it then copies the value of sheet1 column C for the matching row onto column C of sheet3
The end result is sheet 1 and 2 have been compared, the matches copied to sheet3 from sheet2, but updated with the column C value of sheet1.
Can anybody help?