> I have a Word macro that I need to publish to 80+ PC's, without
> overiding the Normal.dot file. Is there a way of doing this via
[quoted text clipped - 6 lines]
>
> Thanks, Andrew.
To give others a macro without touching Normal.dot, you put the macro in
another template that gets stored in each user's Startup folder -- that
causes Word to load this "global template" every time it starts.
Typically, the distribution is done by writing or adding to a login script
on the server, which copies the template from a share on the server to each
user's Startup folder.
Some details are at
http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.