J
johnb
Hi Guys
The last Set statement is throwing an error, "-2147417851 Automation Error.
The server threw an excelption."
I have a referrence to Word 12 in Referrences. I tried changing word in the
Referrences heirarchy without sucess. And I have valid path and Word Doc.
Where do I look next ?
Dim appWord As Word.Application
Dim doc As Word.Document
Set appWord = GetObject(, "Word.Application")
Set doc = appWord.Documents.Open(strDocName)
TIA
johnb
The last Set statement is throwing an error, "-2147417851 Automation Error.
The server threw an excelption."
I have a referrence to Word 12 in Referrences. I tried changing word in the
Referrences heirarchy without sucess. And I have valid path and Word Doc.
Where do I look next ?
Dim appWord As Word.Application
Dim doc As Word.Document
Set appWord = GetObject(, "Word.Application")
Set doc = appWord.Documents.Open(strDocName)
TIA
johnb