Error 6002: Word can't fire the event

G

GerryM

I have the following asp program:

Dim oApp
Dim oDoc
Set oApp = CreateObject("Word.Application")
Set oDoc = oApp.Documents.Add

The Set oDoc fails with Error 6002: Word can't fire the event.

What am I doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top