can't find word97 object..

L

les

Hello,

I have MS Access app that instantiates a MS Word. The app used to work fine
on 50 machines. However, all of a sudden it fails without any reason on a
few machines. There was nothing installed on those machines so nothing would
affect these systems. Also, we have no viruses that would cause it. Those
systems that the app fails on run Win95 and Win98.

This is the code that fails when creating the object:

Dim objWord As Word.Application
Set objWord = CreateObject("Word.Application")
With objWord
.blah....

Any help is greatly appreciated,
Les
 

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

Top