Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble using Word automation in VB6 on some machines

Status
Not open for further replies.

barrywalt

Programmer
Mar 5, 2004
2
US
I've been successful using Word automation in VB6 on many machines. However, I have a Windows 2000 machine that gives me the message: "File name or class name not found during Automation operation" when I use
Code:
CreateObject("Word.Application")

I've re-installed Office 2000. I have a reference to msword9.olb in the project.

I'm not sure how to debug this problem.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top