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
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.
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.