I'm trying to write a macro that will compare all cells in two excel files. The files are, for the most part identical, with only one or two different cells. They both contain a series of tabs that are identically named (names are things like "scenario", "results", etc.). I want to be able to compare the "results" tab in one file to the "results" tab in the second file. I found some code here: http://stackoverflow.com/a/5388488 but I'm having trouble adapting it to loop over each of the tabs in my worksheets. Can anyone point me in the right direction as to how to achieve this?
Bookmarks