I am creating a protected form in Word XP.
In order to use the spell check in the form field text
boxes I downloaded the Macro from the site
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.ht
m.
I tried using a macro named RunSpellcheck that I found in
that example. I copied that macro in my template and used
it. But its not working.
Can anyone help me find out where i am going wrong.
I appreciate your help!
Srikanth. R
Perry - 05 Apr 2005 21:31 GMT
Have you tried to set the "NoProofing" property to False against the entire
document content:
doc.Content.NoProofing = False
(doc is a valid/instantiated object variable pointing to target document)
Krgrds,
Perry
> I am creating a protected form in Word XP.
> In order to use the spell check in the form field text
[quoted text clipped - 9 lines]
> I appreciate your help!
> Srikanth. R