G
Gene
Hello everyone:
Word XP has the ability to protect forms by section. I
have upgraded to Word 2003 at work and I cannot find the
ability to protect Forms by section.
I have also tried to use the following code to protect by
section but it has not worked:
If ActiveDocument.Sections.Count > 1 Then _
ActiveDocument.Sections(1).ProtectedForForms = True
I have a document with 2 sections and the Form Fields are
in the first section. I need to protect the first section
while allowing the second to be edited.
Thanks for any help!
Does anyone have any suggestions?
Word XP has the ability to protect forms by section. I
have upgraded to Word 2003 at work and I cannot find the
ability to protect Forms by section.
I have also tried to use the following code to protect by
section but it has not worked:
If ActiveDocument.Sections.Count > 1 Then _
ActiveDocument.Sections(1).ProtectedForForms = True
I have a document with 2 sections and the Form Fields are
in the first section. I need to protect the first section
while allowing the second to be edited.
Thanks for any help!
Does anyone have any suggestions?