Is there an easy way to verify if 2 Excel files are identical? Thanks
M Myrna Larson Sep 13, 2004 #2 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
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