View Single Post
 
Old 11-29-2013, 05:10 AM
Catty Catty is offline Windows 7 32bit Office 2010 32bit
Advanced Beginner
 
Join Date: Nov 2013
Posts: 39
Catty is on a distinguished road
Default

Hi Greg,

Thanks for the response.

Just to provide feedback. I had to first lock the entire document and then unlock just the specific section I needed to edit.

Code:
With ActiveDocument
          .Protect Password:="", NoReset:=False, Type:=wdAllowOnlyReading, useirm:=False, EnforceStyleLock:=False
          .Sections(1).Range.Editors.Add (Word.WdEditorType.wdEditorEveryone)

End With
Reply With Quote