R
ryanharnwell
I am writing an addin for Microsoft Word, and I have a requirement to
show a (different( word document in a Web Browser Control on the form.
The code is:
WebBrowser1.Navigate ("c:\test\test.doc")
When I run this I get the error:
Run-time error '-2147417848 (80010108)':
Automation error
The object invoked has disconnected from its clients
I thought it was my pc so I rebuilt it, and same problem, it works fine
from excel though... any ideas?
show a (different( word document in a Web Browser Control on the form.
The code is:
WebBrowser1.Navigate ("c:\test\test.doc")
When I run this I get the error:
Run-time error '-2147417848 (80010108)':
Automation error
The object invoked has disconnected from its clients
I thought it was my pc so I rebuilt it, and same problem, it works fine
from excel though... any ideas?