How do I spell check text in a text form field?

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

Guest

I have created a large form w/numerous text form fields; however, I am not
sure how to run spell check on the text entered in the fields.
 
See http://www.mvps.org/word/FAQs/MacrosVBA/SpellcheckProtectDoc.htm.


--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Charles~

Thanks for your reply. I set up this macro and I get a run-time error
'5941': the requested member of the collection does not exist. When I try to
debug the code, it brings me to this section "Set FmFld =
Selection.FormFields(1)". I copied the code from the website & pasted it in
my macro. Do you have any idea what this might be from and how to fix it?
Thanks for your help!
 
I forgot to note that if I click stop instead of debug, it does not return
the form to its orginal protected status.
 
Back
Top