Word Open Error

  • Thread starter Thread starter Richard Grene
  • Start date Start date
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
 
Start by checking the wrdApp.Version value to see if it is the same in all
computers...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top