R
Richard Grene
Hello,
I have an app that does late binding to open WORD.
wrdApp = GetObject("Word.Application")
wrdApp.Visible = True
wrdApp.Documents.Open(sLetterFileName)
It works fine on all PC's except for one. I get the error:
"Method not found: Word.Document Word.Documents.Open". The app was
developed using Office XP and the PC that doesn't work is also Office XP.
Thanks for any help,
Richard
I have an app that does late binding to open WORD.
wrdApp = GetObject("Word.Application")
wrdApp.Visible = True
wrdApp.Documents.Open(sLetterFileName)
It works fine on all PC's except for one. I get the error:
"Method not found: Word.Document Word.Documents.Open". The app was
developed using Office XP and the PC that doesn't work is also Office XP.
Thanks for any help,
Richard