A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help Spell Check in Word 2007 Protected Documents



 
 
Thread Tools Display Modes
  #1  
Old March 24th, 2010, 05:53 PM posted to microsoft.public.word.docmanagement
Ikeyre
external usenet poster
 
Posts: 3
Default Help Spell Check in Word 2007 Protected Documents

I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and opened as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this step
by step? Perhaps I don't have a full understanding of Macros??
  #2  
Old March 24th, 2010, 06:16 PM posted to microsoft.public.word.docmanagement
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default Help Spell Check in Word 2007 Protected Documents

Note that you will have to run the macro manually, for example by assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and opened
as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this
step
by step? Perhaps I don't have a full understanding of Macros??



  #3  
Old March 24th, 2010, 07:13 PM posted to microsoft.public.word.docmanagement
Ikeyre
external usenet poster
 
Posts: 3
Default Help Spell Check in Word 2007 Protected Documents

Thank you,
I just realized the document is being checked, just not the text boxes. How
do I get spell checker to work in the text boxes? I've used text control.

"Stefan Blom" wrote:

Note that you will have to run the macro manually, for example by assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and opened
as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this
step
by step? Perhaps I don't have a full understanding of Macros??



.

  #4  
Old March 24th, 2010, 07:37 PM posted to microsoft.public.word.docmanagement
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default Help Spell Check in Word 2007 Protected Documents

You are referring to text form fields? When the macro was created, content
controls didn't exist, so I don't know what effect (if any) the macro has on
them.

Note that for more specific assistance with the macro, you may want to ask
in a programming newsgroup such as microsoft.public.word.vba.general.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
Thank you,
I just realized the document is being checked, just not the text boxes.
How
do I get spell checker to work in the text boxes? I've used text control.

"Stefan Blom" wrote:

Note that you will have to run the macro manually, for example by
assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and
opened
as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this
step
by step? Perhaps I don't have a full understanding of Macros??



.




  #5  
Old March 24th, 2010, 11:59 PM posted to microsoft.public.word.docmanagement
Ikeyre
external usenet poster
 
Posts: 3
Default Help Spell Check in Word 2007 Protected Documents

Yes I'm referring to the text form fields. Good idea posting to the other
newsgroup. I did change the form from text form fields to Rich Text and then
the code from http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
and it seems to work by replacing automatically misspelled words for example
if you were to spell familey it would correct same as apperently would
correct it. Thats the best I could do for now. thanks for your help!

"Stefan Blom" wrote:

You are referring to text form fields? When the macro was created, content
controls didn't exist, so I don't know what effect (if any) the macro has on
them.

Note that for more specific assistance with the macro, you may want to ask
in a programming newsgroup such as microsoft.public.word.vba.general.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
Thank you,
I just realized the document is being checked, just not the text boxes.
How
do I get spell checker to work in the text boxes? I've used text control.

"Stefan Blom" wrote:

Note that you will have to run the macro manually, for example by
assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and
opened
as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this
step
by step? Perhaps I don't have a full understanding of Macros??


.




.

  #6  
Old March 25th, 2010, 09:22 AM posted to microsoft.public.word.docmanagement
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default Help Spell Check in Word 2007 Protected Documents

I'm glad you got it sorted!

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
Yes I'm referring to the text form fields. Good idea posting to the other
newsgroup. I did change the form from text form fields to Rich Text and
then
the code from http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
and it seems to work by replacing automatically misspelled words for
example
if you were to spell familey it would correct same as apperently would
correct it. Thats the best I could do for now. thanks for your help!

"Stefan Blom" wrote:

You are referring to text form fields? When the macro was created,
content
controls didn't exist, so I don't know what effect (if any) the macro has
on
them.

Note that for more specific assistance with the macro, you may want to
ask
in a programming newsgroup such as microsoft.public.word.vba.general.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
Thank you,
I just realized the document is being checked, just not the text boxes.
How
do I get spell checker to work in the text boxes? I've used text
control.

"Stefan Blom" wrote:

Note that you will have to run the macro manually, for example by
assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check
when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and
opened
as
a user and still unable to spell check. Is there something I'm
missing.
Perhaps clearer instructions? Could someone please walk me through
this
step
by step? Perhaps I don't have a full understanding of Macros??


.




.



  #7  
Old May 27th, 2010, 10:29 PM posted to microsoft.public.word.docmanagement
Jake
external usenet poster
 
Posts: 319
Default Help Spell Check in Word 2007 Protected Documents

"Do not check spelling or grammar" is the default setting for Text Form Fields.

This is what I found that worked:

Unprotect the document
Select all (CTRL+A)
REVIEW tab SET LANGUAGE in the PROOFING group
CLEAR the DO NOT CHECK SPELLING OR GRAMMAR checkbox
OK


Now you should be able to spell check text contained in the Text Form fields.

This is the macro I found years ago and modified to include the above steps.
Note: The last line ("ActiveDocument.Protect Type:...") is from the time
when Text Form Fields were automatically reset when the document was filled
out, unprotected, then protected again. Probably not needed now.

Sub RunSpellcheck()
'
' RunSpellCheck Macro
' This macro selects the Speller's CHECK DOCUMENT to recheck the spelling,
' selects the entire unprotected document, applies English(US), then
' runs Spell Check.
'
Application.ResetIgnoreAll
ActiveDocument.SpellingChecked = False
ActiveDocument.GrammarChecked = False

Selection.WholeStory
Selection.LanguageID = wdEnglishUS
Selection.NoProofing = False
Application.CheckLanguage = True
If Options.CheckGrammarWithSpelling = True Then
ActiveDocument.CheckGrammar
Else
ActiveDocument.CheckSpelling
End If
Selection.HomeKey Unit:=wdStory
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
End Sub



"Ikeyre" wrote:

Yes I'm referring to the text form fields. Good idea posting to the other
newsgroup. I did change the form from text form fields to Rich Text and then
the code from http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
and it seems to work by replacing automatically misspelled words for example
if you were to spell familey it would correct same as apperently would
correct it. Thats the best I could do for now. thanks for your help!

"Stefan Blom" wrote:

You are referring to text form fields? When the macro was created, content
controls didn't exist, so I don't know what effect (if any) the macro has on
them.

Note that for more specific assistance with the macro, you may want to ask
in a programming newsgroup such as microsoft.public.word.vba.general.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
Thank you,
I just realized the document is being checked, just not the text boxes.
How
do I get spell checker to work in the text boxes? I've used text control.

"Stefan Blom" wrote:

Note that you will have to run the macro manually, for example by
assigning
a toolbar button. See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ikeyre" wrote in message
...
I have created a protected form and noticed it didn't spell check when I
tested as a user. I searched and found
http://word.mvps.org/FAQs/MacrosVBA/...ProtectDoc.htm
I copied and pasted into VBE re-protected the document closed and
opened
as
a user and still unable to spell check. Is there something I'm missing.
Perhaps clearer instructions? Could someone please walk me through this
step
by step? Perhaps I don't have a full understanding of Macros??


.




.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.