badecono.blogg.se

How to edit footer in word 2016
How to edit footer in word 2016











how to edit footer in word 2016 how to edit footer in word 2016

Set objDoc = Documents.Open(FileName:=strFolder & strFile)īut remember to arrange all documents in the same folder before anything else. StrFile = Dir(strFolder & "*.docx", vbNormal) StrFolder = "C:\Users\Public\Documents\New folder\Test2\" Selection.InsertBreak Type:=wdSectionBreakContinuousĪctiveDocument.Sections(1).ProtectedForForms = TrueĪctiveDocument.Protect wdAllowOnlyFormFieldsīy the way, in case you need to batch process multi-document, paste this macro instead: Sub ProtectHeaderAndFooterInMultiDoc()ĭim strFile As String, strFolder As String Double click the module to bring out the coding area and paste the following macro there:.Select “Module” on the menu to insert anew one under “Normal” project.Then click “Normal” project and then “Insert” tab.Press “Alt+ F11” to open VBA editor first.Method 2: Restrict the Editing of Header and Footer via VBA Finally, enter and reenter password then click “OK”.īy far, when you click on the header or footer area, you won’t be able to enter it.Then click “Yes, Start Enforcing Protection”.In that box, check only “Section 1” box and click “OK”.

how to edit footer in word 2016

Next click “Select sections” to invoke the “Section Protection” dialog box.Check the “Allow only this type of editing in the document” box and select “Filling in forms” option.Next click “Review” tab then the “Restrict Editing” command to open the “Restrict Formatting and Editing” Pane on the right side of the screen.

how to edit footer in word 2016

Now if you reveal all hidden marks, you shall see a continuous section break has been inserted.

  • And choose “Continuous” on the drop-down menu.
  • Then click “Breaks” in “Page Setup” group.
  • To begin with, press “Ctrl+ Home” to go to the head of the document.
  • Method 1: Restrict the Editing of Header and Footer Manually Thus, it would be nice to develop ways to prevent header or footer from either intentional or accidental modification. In this article, we would like to introduce you 2 ways to restrict the editing of header and footer in your Word document.Īs we know, header and footer of a document should keep its integrity so as to make the formatting professional.













    How to edit footer in word 2016