I have a macro I created in Word 2003 to do spell check on a protected
document, works great (thanks to MVP code) but when another user open it they
get the message the macro cannot be found or has been disabled because of
your macro security settings. This user has changed the security to low,
allowed add-ins and VB script any other idea's?

Thank you

RE: Macro in Word 2003 by JeanGuyMarcil

JeanGuyMarcil
Wed Jun 18 10:01:03 PDT 2008

"Jodi" wrote:

> I have a macro I created in Word 2003 to do spell check on a protected
> document, works great (thanks to MVP code) but when another user open it they
> get the message the macro cannot be found or has been disabled because of
> your macro security settings. This user has changed the security to low,
> allowed add-ins and VB script any other idea's?

Do you mean that as soon as the document is opened, this message appears?

If not, how does this spell check gets initiated? A toolbar button?

Make sure the code is indeed in the template you send these people and not
in your Normal.dot template...

RE: Macro in Word 2003 by Mats

Mats
Mon Jun 23 10:59:06 PDT 2008


hi

I have the same problem but in excel. I have created a toolbar with a number
of buttons and assiged a macro to each button. But every time i move the file
arround the computer I have to Reassign the macro. Can this be fixed?
Plz help - thx!

"Jean-Guy Marcil" wrote:

> "Jodi" wrote:
>
> > I have a macro I created in Word 2003 to do spell check on a protected
> > document, works great (thanks to MVP code) but when another user open it they
> > get the message the macro cannot be found or has been disabled because of
> > your macro security settings. This user has changed the security to low,
> > allowed add-ins and VB script any other idea's?
>
> Do you mean that as soon as the document is opened, this message appears?
>
> If not, how does this spell check gets initiated? A toolbar button?
>
> Make sure the code is indeed in the template you send these people and not
> in your Normal.dot template...