

For example, in the article above we have chosen to use the option that shows the current page number, as well as the total number of pages in the document. Note that there are a handful of ways to alter the look of the page numbers that appear in your document.
#Ms word footer page x of y how to
More Information on How to Add, Remove or Edit Page Numbers in a Word Document If you want to choose the page number that your document starts with for your x of y format page numbers, then you can select the Insert tab, click Page Numbers, then select Format Page Numbers and click the Start at button and enter a number. This will remove the page numbers from the header or footer on the first page. These steps assume that you already have page numbers in the header or footer of your document. if you have a title page and don’t want to include the first page number of that page, then you probably want to make use of that option. One of the most common customizations that people want to make is whether or not their document has a different first page. How to Remove Page Numbers from the Title Page in Microsoft Word Our tutorial continues below with additional discussion about adding and customizing page number information in a Microsoft document. Our tutorial continues below with more information on how you can add page numbers to the header or footer sections of your document, as well as how to format the appearance of those page numbers. So, for example, if you wanted to have of 2 in a Word 2013 document, you would be able to select that format and number your document pages in that manner. It might also be important to know how many pages are in the document.įortunately, Microsoft Word 2013 has a page numbering option that allows you to include the total number of document pages as part of the page numbering. But the page number only tells part of the story of the document’s structure. Page numbers are a very important organizational aspect of a document, particularly if someone is editing it and might separate the document pages eventually. You may be wondering how to add a page 1 of 2 numbering style in Word if your document requirements include that formatting. Page numbers in the header or footer and handled a little differently than the rest of the content in a document, and there are several different options. 'Activate Letter Template and copy footerĪ = wdSeekCurrentPageFooterĪny comments or help would be greatly appreciated - I have over 1000 documents that need amending.Customizing the page numbers in a Word document can be difficult the first couple of times you try. 'Activate Letter to amend and Paste Header 'Activate Letter Template and copy headerĪ = wdSeekCurrentPageHeaderĪ = wdSeekMainDocument Set WordApp = CreateObject("word.Application")

The EXCEL macro: Sub automateword() Dim strFolder As String I have a WORD document that copies the header and footer from a template document (open in the background)into a letter that is open (macro run from the letter which is the active document).īoth macros work independently - BUT when I run the macro from Excel and open the word document (a letter) the Word Macro will not run automatically - when I do run the word macro manually it then doesnt find the template file (still open in the background). I have a macro that opens the document who's file path is in column B2. I have an excel document that lists all of the documents in a given directory/folder.
