G Guest Jul 18, 2007 #1 Is there any way besides track changes to show the difference between two documents?
J JoAnn Paules Jul 18, 2007 #2 Print out both copies, put one behind the other, tape both to a sun-filled window. (I've done that already. It's low tech but it works. ;-) ) -- JoAnn Paules MVP Microsoft [Publisher] ~~~~~ How to ask a question http://support.microsoft.com/KB/555375
Print out both copies, put one behind the other, tape both to a sun-filled window. (I've done that already. It's low tech but it works. ;-) ) -- JoAnn Paules MVP Microsoft [Publisher] ~~~~~ How to ask a question http://support.microsoft.com/KB/555375
S Suzanne S. Barnhill Jul 18, 2007 #3 Tools | Compare and Merge Documents. It sometimes takes a little trial and error to figure out which one to open first, though. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
Tools | Compare and Merge Documents. It sometimes takes a little trial and error to figure out which one to open first, though. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
O Opinicus Jul 18, 2007 #4 Iragalam said: Is there any way besides track changes to show the difference between two documents? Click to expand... If you're not interested in differences in formatting you could do (and I have on occasion done) this: Save each file as a plain text file in the same directory. Let's call one doc1.txt and the other doc2.txt. Open a DOS prompt in that directory and type: fc doc1.txt doc2.txt > diffs.txt Hit Enter (Return). Open diffs.txt and you'll see a list of the differences between the two documents (which you could print out, for example). This method may not work if the files are much too different.
Iragalam said: Is there any way besides track changes to show the difference between two documents? Click to expand... If you're not interested in differences in formatting you could do (and I have on occasion done) this: Save each file as a plain text file in the same directory. Let's call one doc1.txt and the other doc2.txt. Open a DOS prompt in that directory and type: fc doc1.txt doc2.txt > diffs.txt Hit Enter (Return). Open diffs.txt and you'll see a list of the differences between the two documents (which you could print out, for example). This method may not work if the files are much too different.