Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
carole carole is offline
external usenet poster
 
Posts: 16
Default spell check in protected sections

Does anyone know if it's possible to set up Word so that it will spell check
in protected areas of forms?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default spell check in protected sections

carole wrote:
Does anyone know if it's possible to set up Word so that it will
spell check in protected areas of forms?


See http://www.word.mvps.org/FAQs/Macros...ProtectDoc.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
DonerBee DonerBee is offline
external usenet poster
 
Posts: 4
Default spell check in protected sections

If Word 2007's "protection feature" disables such a large number of important
functions including formatting and spellchecker, does Microsoft intend to
correct this in the future? This huge inconvenience is making Forms in Word
undesirable, frustrating, and unuseable.

"Jay Freedman" wrote:

carole wrote:
Does anyone know if it's possible to set up Word so that it will
spell check in protected areas of forms?


See http://www.word.mvps.org/FAQs/Macros...ProtectDoc.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default spell check in protected sections

There's no sign that Microsoft intends anything of the sort. Rather, I
expect that in the next few versions the Content Control feature will be
fleshed out to become the all-purpose form-creation mechanism for Word, and
that what they're already calling "Legacy Controls" will be reduced to a
strictly backward-compatibility feature. Don't expect to see _any_ new
behavior of the Forms objects.

DonerBee wrote:
If Word 2007's "protection feature" disables such a large number of
important functions including formatting and spellchecker, does
Microsoft intend to correct this in the future? This huge
inconvenience is making Forms in Word undesirable, frustrating, and
unuseable.

"Jay Freedman" wrote:

carole wrote:
Does anyone know if it's possible to set up Word so that it will
spell check in protected areas of forms?


See http://www.word.mvps.org/FAQs/Macros...ProtectDoc.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
MGEAdmin MGEAdmin is offline
external usenet poster
 
Posts: 3
Default spell check in protected sections

** This is for Word 2007**

I was trying to figure out if you can still somehow create a macro that will
unprotect a fill-in document do a spell check and I found a solution. Make
sure you are saving this as a Word Document Macro-Enabled (.docm)

Create a new keyboard macro be sure you select you want to save in this the
active document you are working on NOT NORMAL TEMPLATE. Personally since more
than one person will be using my form and most Word users know the shortcut
to spell check I used the MS shortcut key F7 as my shortcut key. You can
selected your desired shortcut key. ** Be sure to select the drop down to
save this shortcut key in the current document. **AGAIN YOU SHOULD NOT SAVE
ANYTHING TO THE NORMAL TEMPLATE!! If you do just copy then delete the macro
completely from your Normal.dotm and recreate the macro in your active
document.

Hit Record Macro (Developer Tab) and as so as you hit record you can hit
stop recording. (this is just so that you can apply the shortcut to the Macro)
Go into the VBA application (from your developer tab) and paste the
following code under your macro name. **DO NOT DELETE YOUR MACRO NAME**

'
' Spelling Macro
' Run Spell check on a Protected Fill in Document with a Password
''
ActiveDocument.Unprotect "Password"
Selection.WholeStory
Selection.LanguageID = wdEnglishUS
ActiveDocument.CheckSpelling
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True,
Password:="Password"
End Sub

You would then insert your password where I have "Password" - DO NOT DELETE
THE ""

To ensure that a user can not view your password you can protect your VBA
coding in the Tools, Project Properties section of VBA.

** If this document is protected but does not have a password just delete
"Password" from the first line and delete the last line before End Sub.








"Jay Freedman" wrote:

There's no sign that Microsoft intends anything of the sort. Rather, I
expect that in the next few versions the Content Control feature will be
fleshed out to become the all-purpose form-creation mechanism for Word, and
that what they're already calling "Legacy Controls" will be reduced to a
strictly backward-compatibility feature. Don't expect to see _any_ new
behavior of the Forms objects.

DonerBee wrote:
If Word 2007's "protection feature" disables such a large number of
important functions including formatting and spellchecker, does
Microsoft intend to correct this in the future? This huge
inconvenience is making Forms in Word undesirable, frustrating, and
unuseable.

"Jay Freedman" wrote:

carole wrote:
Does anyone know if it's possible to set up Word so that it will
spell check in protected areas of forms?

See http://www.word.mvps.org/FAQs/Macros...ProtectDoc.htm

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Spell Check While Protected Lauren Nicole Microsoft Word Help 1 November 14th 07 04:35 PM
Spell Check on a protected form? jcolley05 Microsoft Word Help 1 May 1st 07 05:16 PM
how can I spell check on a protected file. no_experience Tables 1 October 12th 06 04:39 AM
Spell check in a protected document Christine Microsoft Word Help 7 March 3rd 06 10:49 PM
Protected forms and spell check Charlene Microsoft Word Help 3 November 9th 05 08:19 PM


All times are GMT +1. The time now is 08:35 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"