G
Greg Maxe
Friday, the IT folks at my work moved my hard drive to a
new laptop. Today each time I try to open a Word document
I get Runtime Error '5981' Could Not Open Macro Storage.
The error is being generated on the following line in my
AutoOpen macro:
For Each oStory In ActiveDocument.StoryRanges
I disable the autoopen macro and now the same error will
generate when I try to run any macor with the
ActiveDocument object.
Can anyone explain how I can fix this. Thank you.
new laptop. Today each time I try to open a Word document
I get Runtime Error '5981' Could Not Open Macro Storage.
The error is being generated on the following line in my
AutoOpen macro:
For Each oStory In ActiveDocument.StoryRanges
I disable the autoopen macro and now the same error will
generate when I try to run any macor with the
ActiveDocument object.
Can anyone explain how I can fix this. Thank you.