ProtectedForForms

G

GWizz

Have a template which contains some boilerplate text with an AutoNew Macro
which Inserts a file into the top section of this same document. The inserted
file has some forms fields. The very last thing the AutoNew macro does is
insert a continuous break and then attempts to protect the first section
leaving any subsequent sections free for change. Unfortunately this fails
leaving everything unprotected. Any ideas ??
--
 
G

GWizz

Whats weird is that in the immediate window

? ActiveDocument.Sections(1).ProtectedForForms returns True for section 1
and false for section 2

But the form fields are still unprotected ?

The form fields are in a Table would that make any difference ?
--
 
G

GWizz

Doh !

Seperate command yes got it now !


--

GWizz said:
Whats weird is that in the immediate window

? ActiveDocument.Sections(1).ProtectedForForms returns True for section 1
and false for section 2

But the form fields are still unprotected ?

The form fields are in a Table would that make any difference ?
 

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