Hi all,
Help me a VBA CODE. I have two sheets and the sample design is
Sheet1 Sheet2
ID Name sal ID Sal
100 aaa 1000 100 1000
101 bbb 2000 101 2000
102 ccc 3000 102 3000
103 ddd 4000
104 eee 5000
105 fff 6000
Now i need to compare ID COLUMN(unique column) of two Sheets and find the unmatched records.
And then Update the unmatched records into Sheet2
Similarly it should look like
Sheet1 Sheet2
ID Name sal ID Sal
100 aaa 1000 100 1000
101 bbb 2000 101 2000
102 ccc 3000 102 3000
103 ddd 4000 103 4000
104 eee 5000 104 5000
105 fff 6000 105 6000
Thanks in ADVANCE
Help me a VBA CODE. I have two sheets and the sample design is
Sheet1 Sheet2
ID Name sal ID Sal
100 aaa 1000 100 1000
101 bbb 2000 101 2000
102 ccc 3000 102 3000
103 ddd 4000
104 eee 5000
105 fff 6000
Now i need to compare ID COLUMN(unique column) of two Sheets and find the unmatched records.
And then Update the unmatched records into Sheet2
Similarly it should look like
Sheet1 Sheet2
ID Name sal ID Sal
100 aaa 1000 100 1000
101 bbb 2000 101 2000
102 ccc 3000 102 3000
103 ddd 4000 103 4000
104 eee 5000 104 5000
105 fff 6000 105 6000
Thanks in ADVANCE