Form fields

W

Wendy

How do you delete form fields without deleting all the
text or having to type information all in again? I have
paragraphs/pages of text in form fields, and quite often
need to go in and edit these. I end up locking/unlocking,
bolding/strikeout etc, locking/unlocking, back and forth.
Help!
 
B

Beth Melton

Hi Wendy,

In Word 2002 you can use the Forms toolbar and the "Protect/Unprotect"
command to preserve the form field data. In previous versions this
command removed form field data).

In all versions you can utilize a macro to protect the document
without losing the form field data. It can be something as simple as:

ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True

or you can utilize the macro found in this article:
http://mvps.org/word/FAQs/MacrosVBA/SpellcheckProtectDoc.htm

For more on how to use macros see:
http://mvps.org/word/FAQs/MacrosVBA/CreateAMacro.htm

Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~
Beth Melton

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
 

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