HELP! Can't Get Form Macro to Work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've copied the info from http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm and have inserted it as a Macro in my document (Tools>Macro>Macro).

When I turn the Form Lock back on the 'Spell/Grammar' choice under 'Tools' reverts to lighten text and F7 is not responsive.

When I run the Macro in Editor I get this error message.
Microsoft Visual Basic Error
Compile error:
Ambiguous name detected: RunSpellcheck

Please help.

Thanks much
 
Bonjour,

Dans son message, < Amy > écrivait :
In this message, < Amy > wrote:

|| I've copied the info from
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm and have
|| inserted it as a Macro in my document (Tools>Macro>Macro).
||
|| When I turn the Form Lock back on the 'Spell/Grammar' choice under
'Tools' reverts to lighten
|| text and F7 is not responsive.
||
|| When I run the Macro in Editor I get this error message.
|| Microsoft Visual Basic Error
|| Compile error:
|| Ambiguous name detected: RunSpellcheck
||

This usually means that you have two macros with the same name, or something
else declared with the same name.
--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
Back
Top