Hi Steve
There are several possible causes of a 5981 error, but the most frequent in
my experience is a broken reference. Your task will be to track down which
of your files has the broken reference.
To do that, do Tools > Templates and Addin-ins and un-load all addins
(global templates) listed in that dialog box.
Now, use File > Open to open each of the .dot files in your startup folder.
Use Alt-F11 to open the VBE. In the project explorer, click on each of your
open files in turn. For each file, do Tools > References. If you find a
broken reference, you'll need to un-tick that reference, close the dialog
box, re-open Tools > References and set the reference to the correct source.
Then save that file.
The best way to copy macros from one file to another is to use the VBE.
Using the Organizer, you can only copy some things, and only a whole module
at a time. But to work with a file that is loaded as an add-in, you must
first un-load it, and then use File > Open to open it.
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
>I am getting the following error "Runtime Error 5981 Could not open
> Macro Storage"
[quoted text clipped - 14 lines]
>
> Thanks.
steve - 15 Nov 2007 11:39 GMT
Thank you for your answer. I will have to carfully look it over. I saw
a few notes on this in my searching but didnt quite understand it. I
will try to work through the steps you have provided.
Can you tell me if this answer you have provided is still true, in my
case where it works for the Administrator on machine X but not for a
User on machine X. Do the References changed based on who is logged on
to the computer?
Thanks