macroolz.blogg.se

Add an editable area in a protected word document
Add an editable area in a protected word document





add an editable area in a protected word document add an editable area in a protected word document

For example, you might add paragraphs to a document, rearrange its wording, correct grammatical structures and delete specific elements. It helps you customize a file in various ways.

add an editable area in a protected word document

Related: How To Unprotect a Word Document (Plus Definition and Tips) What is editing in Word?Įditing in Word is a feature that allows you to make changes to a document. In this article, we explain what the editing feature in Word is, explain its various uses and provide detailed lists of steps for enabling and disabling editing in Word. Understanding how to enable the editing feature in Word can help you make changes to a document you received that opened in protected view or read-only mode.

add an editable area in a protected word document

When sharing or receiving a document, you may want to enable editing so either you or the receiver can adjust it if needed. I am struggling to write a generic loop which should select all content control properties & then explicitly allow only selection for modification in a documentĪnd apply below code on the rest of document.ĪctiveDocument.Many professionals use the Word processing system to create written documents and communicate important information. If I manually select all form fields -> restrict editing -> select 'allow only this type of editing in the document' -> under exception select 'everyone' -> yes, start enforcing protection => then it works as expected ( allows only form fields editing & still can add table/image to form fields). Type:=wdAllowOnlyFormFields, NoReset:=True If ActiveDocument.ProtectionType = wdNoProtection Then I tried this macro, it does work and allows modification only to form fields(content control properties), however takes away capabilities to insert any image or table in these content control properties. I am trying to write a macro, which should restrict any changes to Form except allowing content control properties.







Add an editable area in a protected word document