How can you print Word Documents from VB ???
I tried :::
Dim MSWord As Object
Set MSWord = GetObject("C:\My Documents\Test.doc"
MSWord.application.PrintOut
but I get a error that the method/property is not available because the document window is not active.
Is there anyway to accomplish this without actually opening the word document??
Thanks
I tried :::
Dim MSWord As Object
Set MSWord = GetObject("C:\My Documents\Test.doc"
MSWord.application.PrintOut
but I get a error that the method/property is not available because the document window is not active.
Is there anyway to accomplish this without actually opening the word document??
Thanks