Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Standardizing Note Reference Placement
Selecting Printing of Color Pictures
Moving Rows and Columns With the Mouse
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 wanted 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.
Tip #230 applies to Microsoft Word versions: 97 2000 2002 2003
Great Idea! Word is a tool to get what you really want—printed output. This means you need to make sure that Word works as well as possible with your printer, whether it is sitting on your desk or in a room down the hall.