How do I enable macros when in forms mode?

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

Guest

I have setup a new macro that invokes the spellchecker when you are in Forms
Mode. The problem is that when you have a form open the macro feature is
greyed out so I can't run the macro.
 
I have setup a new macro that invokes the spellchecker when you are in Forms
Mode. The problem is that when you have a form open the macro feature is
greyed out so I can't run the macro.

See http://www.word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm.
Besides presenting a macro for that purpose (and you should check that
your macro handles all the same considerations as that one), step 3
explains that you should create a toolbar button and/or a menu item to
launch the macro. That paragraph contains a link to
http://www.word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToToolbar.htm
which explains how to do that.
 
Back
Top