enhancing word automation processes

R

Ram Baruch

Hi,
My application uses the 'MS-Word' component to make some processes on a
word- documet (I replace some text with other text and add some tables).
The problem is that the processes are taking lots of time. I suspect it is
because it makes many kinds of checks (like spelling checks, grammer checks
and so on).
Is there any way to disable all these kinds of checks so it will improve the
performance?
Or maybe there is another way to improve the performance?
Regards,
Ram.
 
R

Ram Baruch

Hi,
For the Visual studio environment developers:
I've found that if the MSDev studio (2003) is currently opened with a
project loaded- it decreases the performance:
When the msdev is opened, the process takes about 1 minute (no debugger is
running of course). when it is closed- it takes about 5 seconds (!!!!).
It may be a bug in the msdev or it is something that related to the debugger
or something.
Anyhow, it is very strange.
Regards,
Ram.
 
Top