> The form itself should be a template, and the spell-check macro should
> be saved in that template.
>
> If the macro is saved in your normal.dot, it isn't available to anyone
> else. And it should not be in their normal.dot (see
>
http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm for the
> reasons). The form template is the proper place.
>
> If you send that template to the users, instruct them to save it to
> their hard disk. If they open it directly from an email attachment,
> that makes a copy in a temporary folder, which disappears when they
> close the document. And unless they save it in their Templates folder
> (which is a trusted location), they'll have to make sure their macro
> security level is set to Medium and click the Enable button in the
> opening dialog.
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ:
http://word.mvps.org> Email cannot be acknowledged; please post all follow-ups to the
> newsgroup so all may benefit.
>
> On 4 Jul 2006 07:57:20 -0700, "Gailc" <gcoulthard[ at ]indigo.ca> wrote:
>
> >Hello,
> >
> >I seem to be having a problem with a macro I have created in Word 2003.
> >
> >The macro allows the user to run a spell check on a protected form
> >(
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm). I have
> >saved the macro to normal.dot but when anyone else opens the form they
> >get the macro error message that offers some reasons for the macro not
> >running.
> >
> >I do not have a lot of experience with macros - should I be saving
> >the macro elsewhere that allows others to open it or is there a
> >security setting that I can set that allows everyone to run the
> >spellcheck?
> >
> >This form will be used by 1000+ users - hopefully the most they will
> >have to do is select "enable" this macro
> >
> >
> >
> >Thanks