
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. 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. Then go to the Page tab to change the margins in order to use as much space as. 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. Go to the Footer and header tabs to disable (uncheck) the footer and header.Word for Microsoft 365 & Word for Microsoft 365 for Mac.This VBA code will remove all footers of the document in a second. (wdBorderBottom).LineStyle = wdLineStyleNoneĪ = wdSeekMainDocument Sections will (among other things) allow you to have distinct headers and footers on. (You’ll need to repeat steps 3-5 if you want to delete or change both the header and the footer.) To return to the body of your document, select Close Header and Footer or press ESC. Add or change the content in the header or footer. If objFoot.Exists Then Ī = wdSeekCurrentPageHeader The secret to doing this is found in the Word feature called Sections. and do one of the following: Choose Remove Header or Remove Footer.

This will prompt the Insert toolbar to appear at the top of the window. For Each objSec In ActiveDocument.Sections Double-click the file (typically a Microsoft Word document) that you want to edit to open it.
