
create a standard .doc from .doc form
Hi Wiwi,
If you unprotect the document, then select everything and then hold down the
Ctrl and the Shift key and press F9, the fields in the document will be
unlinked and their contents will be converted to ordinary text.
A macro containing the following commands should do it all for you:
ActiveDocument.Unprotect
ActiveDocument.Range.Select
ActiveDocument.Fields.Unlink
Please post any response to the newsgroups for the benefit of others who may
also be following the thread.
Hope this helps,
Doug Robbins - Word MVP
Quote:
> Can someone tell me how resolve this:
> I made a form in Word to fill a CV,.
> Some of the paragraphs, including some fields, are copied
> using a checkbox which deprotect the document, create a
> new paragraph with fields and protect the document.
> After filling the CV, the user send it to us.
> I need to create a version .doc that can be distributed as
> a standard document (which means no fields or word form).
> I think i cannot save as data and then use it with a
> template because some of the fields are dynamically
> created by the user.
> How can I do that without copying the entire text manually?
> Is there any chance to have an option to do that?
> Thank you in advance,