K
Ken Shelson
I'm trying to do a mail-merge from Access, but with Word running on a
separate server (using dcomcnfg to cause Word to be started remotely).
I can start the Word remotely in server mode using the following
code:
Dim wobj As Word.Application
Set wobj = CreateObject ("Word.Application")
but I can't connect to a running object using the GetObject method:
Set wobj = GetObject(, "Word.Application")
It returns error 429. Has anyone seen something like this previously?
Thanks in advance,
Ken
separate server (using dcomcnfg to cause Word to be started remotely).
I can start the Word remotely in server mode using the following
code:
Dim wobj As Word.Application
Set wobj = CreateObject ("Word.Application")
but I can't connect to a running object using the GetObject method:
Set wobj = GetObject(, "Word.Application")
It returns error 429. Has anyone seen something like this previously?
Thanks in advance,
Ken