Comparing two workbooks and highlighting the differences

qwertyhnb

New Member
Joined
Mar 24, 2016
Messages
1
Hi Guys,

I've been following for years and now i encountered a serious problem and i need your help.

It's about a VBA code /excel macro/ that compares the data from 2 different workbooks based on months/dates
i.e.

Example: 2 workbooks, this is a one sheet / i have several in the wb/

OLD
JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
5778738447108

<colgroup><col width="64" span="12" style="width:48pt"> </colgroup><tbody>
</tbody>
NEW
FebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
22648865241

<colgroup><col width="64" span="11" style="width:48pt"> </colgroup><tbody>
</tbody>

I'd like the macro to compare find the month and compare it to the data in the NEW wb and if there are differences - highlight them.

Is this possible?

Thank you in advance!

Regards
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,216,100
Messages
6,128,830
Members
449,471
Latest member
lachbee

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