Protected sections

S

Senad Isanovic

I have a document (Word 2003 pro) with four sections. Some of the sections
are protected



ActiveDocument.Sections(1).ProtectedForForms = True

ActiveDocument.Sections(2).ProtectedForForms = False



Now i realize that Track Changes and some other things are disabled.
Protection is for the whole document, not for a single section.. Right?
 
Top