Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 08-20-2020, 11:33 AM
GDixit GDixit is offline VBA, Allow only Form Fields to edit in MSword Windows 10 VBA, Allow only Form Fields to edit in MSword Office 2010
Novice
VBA, Allow only Form Fields to edit in MSword
 
Join Date: Aug 2020
Posts: 2
GDixit is on a distinguished road
Default I could develop macro for my requirements

Sub Protect_Form_Fields_2()
'
' Protect_Form_Fields_2 Macro
'
'
Dim i As Long
Dim startPos As Integer
Dim endPos As Integer

With ActiveDocument
For i = 1 To .ContentControls.Count
Set ContentControl = .ContentControls(i)
startPos = ContentControl.Range.Start - 1
endPos = ContentControl.Range.End + 1
Application.ActiveDocument.Range(startPos, endPos).Editors.Add WdEditorType.wdEditorEveryone

Next i
.Protect Password:="NoChange", NoReset:=False, Type:= _
wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=False
End With
End Sub
Reply With Quote
 

Tags
msword, vba



Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA, Allow only Form Fields to edit in MSword Don't clear form fields when protecting as a form BruceM Word 5 10-06-2016 08:26 AM
Macro to keep formatted form fields after mail merge or replace text with formatted form fields jer85 Word VBA 2 04-05-2015 10:00 PM
Using MSWord 2003 docs in MSWord 2010 Joe Watson Word 7 05-31-2014 11:27 AM
VBA, Allow only Form Fields to edit in MSword MSWord forms use list to populate successive text fields 2surgeons Word 4 03-05-2012 07:19 PM
VBA, Allow only Form Fields to edit in MSword Form Fields - Create blank form text field with if statement? LAssist2011 Word 5 12-14-2011 03:02 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft