A
A C
Hi
We are getting a strange error when we try and run our application on
different machines. It runs perfectly on all but our laptop, on the laptop
we get an error. We have turned on the ms word 9.0 object library on both
machines.
The code is:
Dim wdApp as Object
Set wdApp = CreateObject("Word.Application")
On our laptop we get the following error:
Run-time error '-2147221231 (800440111)':
Automaton error
ClassFactory cannot supply requested class
Works fine on other computers. Can someone shed some light on what is
causing this problem?
Thanks
A
We are getting a strange error when we try and run our application on
different machines. It runs perfectly on all but our laptop, on the laptop
we get an error. We have turned on the ms word 9.0 object library on both
machines.
The code is:
Dim wdApp as Object
Set wdApp = CreateObject("Word.Application")
On our laptop we get the following error:
Run-time error '-2147221231 (800440111)':
Automaton error
ClassFactory cannot supply requested class
Works fine on other computers. Can someone shed some light on what is
causing this problem?
Thanks
A