M
MSLearner
Hi All,
In a 2010 word template, I have two sections. Manually, the firs
section is set to protect and second section in unprotected. When ope
this template, the whole document is protected. Therefore, Track Chang
cannot be used.
I am trying to create a macro (AutoOpen()) to un-protect the secon
section only. Frankly, I am trying to un-Protect the second section.
Could any one kindly provide me the VBscript code to do this?
NOTE:
ActiveDocument.Unprotect Password:="Password" will unprotect whol
docuemt.
I was able to get the section count with
ActiveDocument.Sections.Count
Thank
In a 2010 word template, I have two sections. Manually, the firs
section is set to protect and second section in unprotected. When ope
this template, the whole document is protected. Therefore, Track Chang
cannot be used.
I am trying to create a macro (AutoOpen()) to un-protect the secon
section only. Frankly, I am trying to un-Protect the second section.
Could any one kindly provide me the VBscript code to do this?
NOTE:
ActiveDocument.Unprotect Password:="Password" will unprotect whol
docuemt.
I was able to get the section count with
ActiveDocument.Sections.Count
Thank