ms word viewer and automation
Hello Everybody.
I've such a problem:
I installed MS Word Viewer and would like to run it from VB 6 application.
Unfortunatelly when I use code:
Code:
Set wordDoc = CreateObject("Wordview.Document")
I receive error:
Code:
Run-time error '429'
ActiveX component can't create object.
:sick:
Has anyone any idea how to create an object of the class?
Thanks,
r
Re: ms word viewer and automation
i only got ms word... not word viewer...
why not u try early binding to check if word viewer is registed in the registry....
open up the reference in vb n try to locate anything similiar to word or "word viewer"