



don’t forget to check out our other sections here in to solve your problems quickly. Hope you have learned a lot in this section. This will remove the header on the first page but will preserve the header on every other page of your document. Open your word file, Go to the Insert Menu and Click the Heade. In any case if the user wants to remove the footer from a saved file, he/she can follow the steps described above to remove the footer any time. In this video, I am going to show you, How to Delete Header and Footer in Microsoft Word 2017. Word for the web Word 2021 & Word 2021 for Macįooter is used to separate some information which a user wants to highlight, to remember page number or any other information that is needed to keep in mind throughout the entire document.Assume you are going to edit the Header, so. Word for Microsoft 365 & Word for Microsoft 365 for Mac Step 1 Click the Insert tab, and click either the Header button or Footer button or whatever you want to edit.If your document has more than one section, repeat this process for each section. This VBA code will remove all footers of the document in a second. Remove all headers and footers Go to Insert > Header or Footer, and then select Remove Header or Remove Footer. (wdBorderBottom).LineStyle = wdLineStyleNoneĪ = wdSeekMainDocument If objFoot.Exists Then Ī = wdSeekCurrentPageHeader For Each objSec In ActiveDocument.Sections
