

If you put it into the first page header, it will appear only on the first page, and will appear "in the background" of the page. Unfortunately, users can then touch the text box easily in a mouse action, and move it to another position. Of course you can insert the text box also into the document body to have that effect. Setup the property for "Text Wrapping" = Square, so that text cannot overlap the box. I've used the following approach with some success:Ĭreate a text box in the first page header which is sufficiently big to occupy the space needed. A hacky alternative is to add some hard line breaks. This is not ideal because need to insert the hard break in the content. On the Page Layout tab, click Breaks, then under Sections click Next Page. To have different header sizes, you need to use sections. Using a section break is not possible due to the fact that it moves while the user inserts text. Open the list labeled Multiple Pages: & select Mirror Margins. Word considers the header/footer size part of the section, not the header/footer itself. So on the first page the right margin should be 6 cm, while on all following pages it should be 2,5 cm. a list of partner names or business information. In my practice, I find often letterheads with graphical elements in a right margin of the first page up to a certain heigth, e.g. Letterhead layouts and Word can be really difficult and tricky if you need other values only on the first page.
CAN I HAVE DIFFERENT MARGINS ON DIFFERENT PAGES IN WORD MANUAL
As such, if this is a possibility, code will need to be written to detect the Manual Page Break and delete it after the Next Page Section Break has been inserted. However, if the documents contain a Manual Page Break between pages one and two, inserting the Next Page Section Break will create a blank second page. If the documents you are reformatting via the macro have automatic page breaks, inserting the Next Page Section Break at the end of the first page will cause Word to delete its Automatic Page Break (using the Next Page Section Break to keep the pages separate) and any margin changes you make to the first page will not carry over to the following pages. For example, you can number the index pages with Roman numerals (for example, i. Automatic page breaks get created when text no longer fits on a page and Word automatically generates a new page. Books and other large documents occasionally require different page number formats in different sections of one document. Word has two different types of page breaks: Automatic and Manual. One way it can be created is like this: Selection.InsertBreak Type:=wdSectionBreakNextPage

A Next Page Section Break, which has the properties of both a section break and a page break, will allow one set of margins for the first page and another set of margins for all pages following it. A Continuous Section Break is used to allow multiple sets of margins within the same page.
