Copy macro to other computers

J

Jhadur

I have a macro that I need to copy to other computers. The macro inserts a
header or footer into any document that is opened in word. So not only will
the macro need to be copied to multiple computers but also needs to be
available in all word documents.

How can I do that?
 
J

Jonathan West

Jhadur said:
I have a macro that I need to copy to other computers. The macro inserts a
header or footer into any document that is opened in word. So not only
will
the macro need to be copied to multiple computers but also needs to be
available in all word documents.

How can I do that?

Distributing macros to other users
http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
J

Jhadur

Thanks for the article. That now brings up another question.

We use Word through Terminal Services. Can I copy a default copy of the
normal.dot to the All Users or Default Users folder so the macro is just
THERE for all new users?
 
Top