R
Rod
About 2-3 years ago we developed (in Word97 VBA) an
application to parse and classify documents. It worked
well handling a 5 page document in approximately 2-3
minutes.
Recently we migrated all our code over to Office 2000 and
we are suddenly having large performance problems with
this particular piece of code. We have profiled the code
and it appears that the majority of time is spent on just
one function call namely...
KnownWordDetected = Application.CheckSpelling
(Word:=TextToInspect,
CustomDictionary:=SkillKeywordsToIgnoreDictionary,
IgnoreUppercase:=True)
Just prior to this call we make the following statement
WordBasic.ToolsLanguage Language:="English (UK)"
We have configured " Microsoft office language settings"
to use English (UK).
Has anyone got any ideas what the performance problem
might be caused by.
many thanks in advance
application to parse and classify documents. It worked
well handling a 5 page document in approximately 2-3
minutes.
Recently we migrated all our code over to Office 2000 and
we are suddenly having large performance problems with
this particular piece of code. We have profiled the code
and it appears that the majority of time is spent on just
one function call namely...
KnownWordDetected = Application.CheckSpelling
(Word:=TextToInspect,
CustomDictionary:=SkillKeywordsToIgnoreDictionary,
IgnoreUppercase:=True)
Just prior to this call we make the following statement
WordBasic.ToolsLanguage Language:="English (UK)"
We have configured " Microsoft office language settings"
to use English (UK).
Has anyone got any ideas what the performance problem
might be caused by.
many thanks in advance