COMPARE 2 Excel files

M

Myrna Larson

The FC DOS command (it still comes with Windows) has a /B switch to do a
binary compare. YOu would have to run it from the command line like this

FC /b MyXLFile1.xls MyXLFile2.xls
 
Top