create a standard .doc from .doc form 
Author Message
 create a standard .doc from .doc form

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,



Tue, 12 Apr 2005 18:55:06 GMT  
 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,



Wed, 13 Apr 2005 19:13:07 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Open word 97 doc with doc name as variable

2. Auto Download of doc files into new doc file from a web site

3. Auto close open doc when opening another doc

4. Saving a doc with name from doc text

5. pub doc and word doc on same screen

6. Open a doc, grab a range without having the whole doc being tabled

7. How do you drop doc files from a intranet site into a new word doc

8. Inserting a doc into another doc

9. Moving text from Doc to Doc

10. Opening a Word97 doc as a copy with no doc title

11. Printing to doc then printing doc

12. ActiveX Doc DLL vs ActiveX Doc EXE

 

 
Powered by phpBB® Forum Software