Spell checking

  • Thread starter Srikanth Ramakrishnan
  • Start date
S

Srikanth Ramakrishnan

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
 
P

Perry

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top