When I unprotect (Activedocument.unprotect) and then reprotect
(ActiveDocument.Protect wdAllowOnlyFormFields) a document with
formfields, existing data in the formfields is cleared. Is there any way
of stopping this from happening?

Thanks,
Seamus

Re: Formfield data cleared when unprotect/re-protect doc by Doug

Doug
Wed Jan 18 13:40:23 CST 2006

Use:

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

"Seamus Conlon" <seamus.conlon@eurokom.ie> wrote in message
news:r4ozf.4650$j7.121253@news.indigo.ie...
>
> When I unprotect (Activedocument.unprotect) and then reprotect
> (ActiveDocument.Protect wdAllowOnlyFormFields) a document with
> formfields, existing data in the formfields is cleared. Is there any way
> of stopping this from happening?
>
> Thanks,
> Seamus
>