T
Trevor
I have created a Macro to run at startup, so I have put the template in the
Word 2003 startup folder and have named the macro AutoExec, everything is
good, but I notice the Normal.dot continiously grows in size at a rapid rate.
All the VBA does is create a menu which is defnied as temporary and the
second time it runs it checks for the menu and creates it if its not already
there.
Why would the Normal.dot seem to cache these functions (searching inside the
Normal.dot I can find many copies of the menu not the code), and how can I
stop this from happening?
Thanks in advance.
Word 2003 startup folder and have named the macro AutoExec, everything is
good, but I notice the Normal.dot continiously grows in size at a rapid rate.
All the VBA does is create a menu which is defnied as temporary and the
second time it runs it checks for the menu and creates it if its not already
there.
Why would the Normal.dot seem to cache these functions (searching inside the
Normal.dot I can find many copies of the menu not the code), and how can I
stop this from happening?
Thanks in advance.