i work with $Ms_Word = new COM ("word.application")
With $Ms_Word -> Documents -> Add(); can I open a new blank word document.
I want to open a saved document...
Can somebody tell me how I can use a saved document such as:
c:/emiel/test.doc
THX
This is something best answered by your copy of Word's scripting documentation or somewhere on http://msdn.microsoft.com/. The statement is "Open" if I recall, and doesn't involve creating a new document (with Add()) first.