Please Note: This article is written for users of the following Microsoft Word versions: 97, 2000, 2002, and 2003. If you are using a later version (Word 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Word, click here: Paragraph Numbers in Headers or Footers.
Written by Allen Wyatt (last updated October 26, 2024)
This tip applies to Word 97, 2000, 2002, and 2003
Let's say that you have a rather long document—perhaps several hundred pages—and it consists of many numbered paragraphs. In your header or footer you would like to place the paragraph number of the first paragraph on the page.
Word provides a rather easy way you can do this using the STYLEREF field. The way you implement the solution, however, depends on how you have your paragraphs numbered. If you are using Word's numbering capabilities (from Format | Bullets and Numbering), then you should follow these steps if you want to place the paragraph number in the header:
{ STYLEREF Body Text \n }
These steps work because of the \n switch, which limits STYLEREF so that it displays only the paragraph number.
If you use a different numbering scheme for your paragraphs—such as manual numbers or perhaps SEQ fields—then the above approach will not work. Instead, you need to create a character style for your paragraph numbers and then apply it to all the numbers in the document. Then you can follow the above steps, but leave out the \n switch. You'll also change the style name in the field code so that it matches whatever character style you've used. For instance, if your style is NumStyle, you would use the following field code:
{ STYLEREF NumStyle }
Provided that NumStyle is a character style, applied only to your paragraph numbers, then when you collapse the STYLEREF field, it shows only the characters you've formatted with the style (your paragraph numbers).
It is interesting that the Word documentation indicates that the STYLEREF field works only with paragraph styles, giving the impression that it won't work with character styles. Testing has shown that this is misleading; STYLEREF will work just fine with character styles as described here.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (230) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Paragraph Numbers in Headers or Footers.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Headers and footers add a nice touch to your documents, particularly if they are printed. You may want Word to use a ...
Discover MoreNeed to get headers and footers from one document to another? You can use the steps in this tip to help make quick work ...
Discover MoreHeaders and footers can add a finishing touch to your printed documents. Here's how you can position those headers and ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon 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 © 2024 Sharon Parq Associates, Inc.
Comments