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