A
Aviator9
Hi All,
I'm trying to run a word 2007 compare using VBA. I'm getting a run-time
error, bad file name. Here's the code:
Application.CompareDocuments OriginalDocument:=Documents("C:\example.docx"), _
RevisedDocument:=Documents("C:\example2.docx"), _
Destination:=wdCompareDestinationNew
Can anyone help me?
I'm trying to run a word 2007 compare using VBA. I'm getting a run-time
error, bad file name. Here's the code:
Application.CompareDocuments OriginalDocument:=Documents("C:\example.docx"), _
RevisedDocument:=Documents("C:\example2.docx"), _
Destination:=wdCompareDestinationNew
Can anyone help me?