Word 2007 forms

D

Deb R

When I was using 2003 I could lock and unlock forms to edit the information
without losing the data entered into the text and checkmark boxes. With 2007
everytime I unlock and relock the forms it wipes out the data in the text and
check mark boxes. How do I stop this from happening?
 
D

Doug Robbins - Word MVP on news.microsoft.com

I believe that it will only do that if you access the Properties dialog of a
formfield while it is unprotected.

However, using the following code in a macro to re-apply the protection will
prevent it from happening

ActiveDocument.Protect wdAllowOnlyFormFields, NoReset

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 

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