atw: Re: Spell-check field results

A small macro can spell check for you. Usually, you include this macro with
your template and - within the context of your template - bind F7 to it , as
well as replace the default spell check menu entry with a link to the macro
as well. That way, when using the template, the std functionality appears to
work.
 
The macro reads something like this
 
Public Sub ProtectedSpellChecker()
with ActiveDocument
   .Protect Type:=wdNoProtection, NoReset:=True
   .CheckSpelling
   .Protect Type:=wdAllowOnlyFormFields, NoReset:=True
end with
end sub
 

  _____  

From: austechwriter-bounce@xxxxxxxxxxxxx
[mailto:austechwriter-bounce@xxxxxxxxxxxxx] On Behalf Of SUNTER Bede
Sent: Wednesday, 23 August 2006 10:42 AM
To: austechwriter@xxxxxxxxxxxxx
Subject: atw: Spell-check field results



Hi 

I have a document that's protected for form filling. Users are complaining
that they can't spell-check what they write in the fields.

I seem to recall this topic being raised a couple of years ago but can't
find anything on it. Does anyone have knowledge or recollection of how form
fields can be spell-checked.

TIA 
Bede Sunter 

IMPORTANT NOTICE: This e-mail and any attachment to it are intended only to
be read or used by the named addressee. It is confidential and may contain
legally privileged information. No confidentiality or privilege is waived or
lost by any mistaken transmission to you. The RTA is not responsible for any
unauthorised alterations to this e-mail or attachment to it. Views expressed
in this message are those of the individual sender, and are not necessarily
the views of the RTA. If you receive this e-mail in error, please
immediately delete it from your system and notify the sender. You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.

Other related posts: