Comparing files

  • Thread starter Thread starter Nekro
  • Start date Start date
N

Nekro

Is there a way to compare excel files like the "Compare documents" i
Word?

Thanks a lot!!!
 
That compare in word is pretty smart. You can insert a few lines and it knows
how to pick up with the comparison.

There's no built in option like this inside of excel. But Myrna Larson and and
Bill Manville wrote a macro that compares two worksheets cell by cell (a1 with
a1, z92 with z92).

http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla

======
Depending on what you're doing, this might work too.

Save each worksheet (you're really comparing two different worksheets) as .csv
files. These files are plain text.

You could use MSWord's compare to help find the differences in values.

It may help, but it's not quite the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top