P
Pelle
I have an application that start word by either
CreateObject("word.application") or Getobject("word.application") if word is
already started. Then I add a document based on a template and fills it with
data.
The problem is that if Word is started by CreateObject it waits for almost
an infinite time (about 1 minute), almost as if word waited for something, or
not signalling that it is upp and running.
Starting Word the normal way (not by automation) is very fast.
Is this a known problem? Where do I search for the problem?
CreateObject("word.application") or Getobject("word.application") if word is
already started. Then I add a document based on a template and fills it with
data.
The problem is that if Word is started by CreateObject it waits for almost
an infinite time (about 1 minute), almost as if word waited for something, or
not signalling that it is upp and running.
Starting Word the normal way (not by automation) is very fast.
Is this a known problem? Where do I search for the problem?