|
-
Jan 20th, 2011, 11:28 AM
#1
Thread Starter
Lively Member
CreateObject("Word.Application") lasts 2-3 minutes !
I have an application, which creates an instance of word (visible=false), loads a document, fill in some data and close document & word.
using:
XP + Office2003/2007 --> this process needs between 2-5 sec
Win7 + Office2003/2007/2010 --> also 2-5 sec
XP + Office 2010 --> 2-3 MINUTES !!
i have to use late binding for supporting different environments. [WordApp = CreateObject("Word.Application")]
when i take a look to taskmanager, there are 2-3 MSIEXEC-processes, which are started with "CreateObject" and take a lot of time before the instance of WINWORD is created!?
ANY HINTS?? THANK YOU!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|