Written by Allen Wyatt (last updated May 24, 2023)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021
One of the formatting features of Word allows you to force your headings (if you use styles) to begin on a new page. What if you want the heading to begin on an odd-numbered page, however? You can insert section breaks that force the next section to start on an odd page, as has been discussed in other issues of WordTips. But what if you don't want to use section breaks?
Unfortunately, there is no automatic way to start a heading on an odd page, based solely on the formatting you apply to the heading. This means you will need to insert some sort of special indicator that tells Word you want to jump to an odd page. If you don't want to use section breaks, you can cleverly force Word to an odd page by using field codes. The following compound field will force an extra page break if the field occurs on an even page:
{IF {=MOD({PAGE},2)}}=0 "<page break>" ""}
When you are building this field structure, make sure you replace <page break> with an actual, physical page break. You do this by following these steps:
When Word encounters the field, it determines the current page number and divides it by 2. If the remainder is 0 (meaning this is an even-numbered page), then the page break is inserted, thereby forcing your text to the next odd-numbered page. If the remainder is 1 (meaning this is an odd-numbered page), then nothing is inserted.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (12601) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Word here: Starting Chapters on Odd-Numbered Pages.
Do More in Less Time! An easy-to-understand guide to the more advanced features available in the Microsoft 365 version of Word. Enhance the quality of your documents and boost productivity in any field with this in-depth resource. Complete your Word-related tasks more efficiently as you unlock lesser-known tools and learn to quickly access the features you need. Check out Microsoft 365 Word For Professionals For Dummies today!
Word doesn't provide a field that allows you to return a word count for a portion of your document, but you can create ...
Discover MoreCross-referencing is a great feature of Word that allows you to add references to text in various places of your ...
Discover MoreYou can create a special header and footer page numbering scheme by using nested fields. This tip shows an example of how ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-08-11 07:00:45
Kimberly Oger
Thank you for this tip. I was mulling over the task of starting all my chapters on odd-numbered pages, just yesterday.
You're a lifesaver, as always!
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments