T
Thomas_Röfer
Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I am trying to compare two documents with a script that calls Word's compare command:
set doc1 to choose file with prompt "Please select a Word document file:"
set doc2 to choose file with prompt "Please select a Word document file:"
tell application "Microsoft Word"
open doc1
compare active document path doc2
end tell
It seems that the command "compare" is not understood. The same is true for the command "merge". However, according to the documentation, they should exist.
What is wrong?
set doc1 to choose file with prompt "Please select a Word document file:"
set doc2 to choose file with prompt "Please select a Word document file:"
tell application "Microsoft Word"
open doc1
compare active document path doc2
end tell
It seems that the command "compare" is not understood. The same is true for the command "merge". However, according to the documentation, they should exist.
What is wrong?