T
Tim
I am trying to open a Word 97 document and I am getting
a "QueryInterface for interface Word._Application failed"
error message at the code line below. Any Suggestions? I
have installed office XP PIAs.
oDoc = oWord.Documents.Open("c:\filename.txt")
Tim
Additional code:
Imports Word = Microsoft.Office.Interop.Word
Dim oWord As Word.Application
Dim oDoc As Word.Document
Dim oRange As Word.Range
a "QueryInterface for interface Word._Application failed"
error message at the code line below. Any Suggestions? I
have installed office XP PIAs.
oDoc = oWord.Documents.Open("c:\filename.txt")
Tim
Additional code:
Imports Word = Microsoft.Office.Interop.Word
Dim oWord As Word.Application
Dim oDoc As Word.Document
Dim oRange As Word.Range