Macros lost after exiting Word

G

Guest

My co-worker uses Word 2002 and has created 2 simple macros (tied to shortcut
keys) for pasting links from Excel into Word. Every time he closes out of
Microsoft Word and re-opens it, he has to re-create the macros and shortcut
keys. I thought this might be related to Adobe Acrobat, but we seem to have
ruled that out. Any idea how to prevent this?

Thanks,
AGA
 
G

Guest

He needs to make sure that the macros and shortcuts are being stored in the
Normal.dot and not in the document he's working on when he creates them.

In the VB editor, have him make sure the macro shows in a Module under
"Normal", not under Project (<name of document>).

If he's creating the macros by recording his actions, there's a dropdown in
the Macro Record dialog to allow him to choose where the macro gets stored.

The same dropdown is in the Keyboard Shortcut dialog, near the bottom.
 
G

Guest

Thanks so much - this will be very helpful!

Renee said:
He needs to make sure that the macros and shortcuts are being stored in the
Normal.dot and not in the document he's working on when he creates them.

In the VB editor, have him make sure the macro shows in a Module under
"Normal", not under Project (<name of document>).

If he's creating the macros by recording his actions, there's a dropdown in
the Macro Record dialog to allow him to choose where the macro gets stored.

The same dropdown is in the Keyboard Shortcut dialog, near the bottom.
 

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