Protect/Unprotect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Word 2000 and when I fill out a protected form, then unprotect to spell check or add addition forms, then reprotect, everthing I typed in the form fields is lost. Does anyone know how to fix this. It is my understanding it is in the macro scripting, but I cannot find the right script to do this.
 
JasonWolf said:
I have Word 2000 and when I fill out a protected form, then unprotect
to spell check or add addition forms, then reprotect, everthing I
typed in the form fields is lost. Does anyone know how to fix this.
It is my understanding it is in the macro scripting, but I cannot
find the right script to do this.

See http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Look at the link Graham provided you. You'll need an additional macro that
lets you reprotect your form without resetting the fields. You can parse
this from the macro on that site. If you need something more comprehensive,
look at <URL: http://word.mvps.org/FAQs/MacrosVBA/TurnFmFlfResetOff.htm>.
--

Charles Kenyon

See the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

JasonWolf said:
I have Word 2000 and when I fill out a protected form, then unprotect to
spell check or add addition forms, then reprotect, everthing I typed in the
form fields is lost. Does anyone know how to fix this. It is my
understanding it is in the macro scripting, but I cannot find the right
script to do this.
 
Graham, I don't think that is what I need. As soon as I run, it does a spell check. And it won't let me reprotect it....I tried the site Charles gave it it would not open the site....I just need a way to be able to unprotect, make changes, and reprotect and not loose everything in the forms fields....
 
Try this: http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm

--
Bill Foley, Microsoft MVP (PowerPoint)
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/


JasonWolf said:
Graham, I don't think that is what I need. As soon as I run, it does a
spell check. And it won't let me reprotect it....I tried the site Charles
gave it it would not open the site....I just need a way to be able to
unprotect, make changes, and reprotect and not loose everything in the forms
fields....
 
Bill, that is the same site Graham sent...That is not what I need. It does not have so much to do with spell checking. I cannot unprotect add more forms, should I need more after filling in spaces, then reprotect without losing everything I already filled in...That is what I'm trying to fix.....The site you sent won't even let me reprotect the form..

----- Bill Foley wrote: ----

Try this: http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.ht

-
Bill Foley, Microsoft MVP (PowerPoint
www.pttinc.co
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.ht

JasonWolf said:
Graham, I don't think that is what I need. As soon as I run, it does
spell check. And it won't let me reprotect it....I tried the site Charle
gave it it would not open the site....I just need a way to be able t
unprotect, make changes, and reprotect and not loose everything in the form
fields...
 
See http://word.mvps.org/FAQs/MacrosVBA/TurnFmFlfResetOff.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

JasonWolf said:
Bill, that is the same site Graham sent...That is not what I need. It
does not have so much to do with spell checking. I cannot unprotect add
more forms, should I need more after filling in spaces, then reprotect
without losing everything I already filled in...That is what I'm trying to
fix.....The site you sent won't even let me reprotect the form...
 
JasonWolf said:
Graham, I don't think that is what I need. As soon as I run, it does
a spell check. And it won't let me reprotect it....I tried the site
Charles gave it it would not open the site....I just need a way to be
able to unprotect, make changes, and reprotect and not loose
everything in the forms fields....

The essential code is contained in the spell check macro - it is merely here
that the code is used for spell checking which is one of the main reasons to
unlock a form - and the function that you claimed difficulty with :(

The other link http://word.mvps.org/FAQs/MacrosVBA/TurnFmFlfResetOff.htm is
working fine - try it again.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Back
Top