I know how to protect a section using the Protect method, but I could not find any way to specify which sections of a multisection document you want to protect. Say I only want to protect section 1 and leave section 2 unprotected. The Protect method only seems to apply to the Document object (i.e. not the Sections collection).
The good news is that it appears to protect whatever was protected previously if you selected the sections manually. This is a good workaround, I guess. But for future use, if I wanted to start with a document that had never been protected previously and select which section, is it possible to do that with VBA?
Thanks!!
Troy