I am comparing the used range on every worksheet on two workbooks to find cells that were changed. Some of these worksheets have a massive range:
A$1:$CD$1048575
When I try to load this into an array, I get and Out of Memory error.
Is there anyway around this?
A$1:$CD$1048575
When I try to load this into an array, I get and Out of Memory error.
Is there anyway around this?