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.


Has anyone any idea how to create an object of the class?

Thanks,
r