macros runs faster within the vba editor

C

Chris Laibach

If I execute a vba macro (Word 97) within the vba editor, it runs much more faster as outside (via AutoOpen) the vba editor. Is it possible to get the same performace when I execute a macro outside the vba editor?
 
W

Word Heretic

G'day "Chris Laibach" <Chris [email protected]>,

When AutoOpen runs, Word is still doing stuff in the background. You
are on a MULTITASKING machine, background processing will always
impact your code's runtime.

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)
 
Top