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?
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?