T
ThomasAJ
I have Word 2003.
It seems Word cannot handle Universal Naming Convention in the OPEN method
as applied to the Document object.
The following causes an error, "Document not found..."
Set oWordDoc = oWordApp.Documents.Open("\\computer\c\folder\word.doc")
However the following is fine.
Set oWordDoc = oWordApp.Documents.Open("C:\folder\word.doc")
Surely I must be doing something wrong.
It seems Word cannot handle Universal Naming Convention in the OPEN method
as applied to the Document object.
The following causes an error, "Document not found..."
Set oWordDoc = oWordApp.Documents.Open("\\computer\c\folder\word.doc")
However the following is fine.
Set oWordDoc = oWordApp.Documents.Open("C:\folder\word.doc")
Surely I must be doing something wrong.