Comparing spreadsheets

22strider

Active Member
Joined
Jun 11, 2007
Messages
311
Hello Friends

Is there a way to compare two spreadsheets for changes and get the changed cells in original sheet highlighted?

I have two spreadsheets; one is the original sheet that we sent out for some modifications. And the other sheet is the modified one. Both have about 1000+ records. I need to compare the two sheets and highlight changes. So that I can put two sheets side by side and see the change (with highlighted changes).

Thanks for your time.
Rajesh
 
Thanks for helping.

Now I am getting "Application-defined or Object-defined error"; when I click Debug following line gets highlighted:

lc = Range("A" & Columns.Count).End(xlLeft).Column
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Works fine for me; thanks. The only thing that I want to point out is that for some reason the code assumes 0 (zero) and blanks as a match.

Thanks for your help again.
 
Upvote 0

Forum statistics

Threads
1,215,770
Messages
6,126,794
Members
449,337
Latest member
BBV123

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top