Comparing Two Ranges
Posted by George Clements on August 10, 2001 9:17 AM
I have a column of data in workbook A and another column of data in workbook B. Each column is 55,000 rows deep with data - text or numbers.
I want to compare the column in workbook A with the column in workbook B and identify which cells contain different data for the same row location.
I need to do this very quickly. I have written code that loops through each cell in one column and compares it with the cell at the same row location in the other column. The trouble is it isn't fast enough.
I have found the VBA "RowDifferences" method but I can not seem to make it work when more than one worksheet is involved.
Does anyone know how to solve my problem
Thanks
George