Need Help copying Word macro

K

KGF

I've written a simple VBA macro and saved it to a document named macro.doc,
then managed, as a test, to figure out how to copy that macro into the
normal.dot on another PC.

Now I'm trying to copy the macro to the PC where it's actually needed and
the copy process is not working. I am opening macro.doc, then using the
Organizer to copy the macro and the form to normal.dot. On the test PC after
doing this I was asked to save normal.dot when I closed Word, but on this PC
I'm not getting that prompt. What is the proper way to do this? Is it
possible to save the macro into normal.dot using the VBA window, perhaps via
the Project Explorer?
 
J

Jonathan West

KGF said:
I've written a simple VBA macro and saved it to a document named
macro.doc,
then managed, as a test, to figure out how to copy that macro into the
normal.dot on another PC.

Now I'm trying to copy the macro to the PC where it's actually needed and
the copy process is not working. I am opening macro.doc, then using the
Organizer to copy the macro and the form to normal.dot. On the test PC
after
doing this I was asked to save normal.dot when I closed Word, but on this
PC
I'm not getting that prompt. What is the proper way to do this? Is it
possible to save the macro into normal.dot using the VBA window, perhaps
via
the Project Explorer?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top