Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Setting Fraction Bar Overhang Spacing in the Equation Editor
Printing On Both Sides of the Paper
Turning Off AutoComplete for Dates
Understanding Auto Line Spacing
Adding Comments to Your Document
Conditional Calculations in Word
It is not uncommon to print pages of your document in landscape format. This is particularly helpful for some tabular information or certain charts or images. In these instances, you may still want to print page numbers in the same position they appear on the rest of your document. If you are using Word 97 or later, this problem has been partially resolved because you can rotate text on a page. However, in Word 6 or Word 95, you cannot do this.
In this case, there are a couple of approaches you can take. First of all, you can use Excel or WordArt to put in page numbers by following these steps:
These steps allow you to insert a page number that is rotated in the direction of your other portrait pages. The remaining problem, however, is that the page number still does not appear along the proper edge of your paper, as you would ultimately desire. If you have a PostScript printer, you can get around this problem entirely by following the first five steps of the foregoing, and then adding the following as a field in the header or footer:
Print \p page " /PageNum (13) def /PSize 10 def /PFont (Helvetica-BoldOblique) def /PMarg .5 def wp$x wp$right sub wp$left add 2 div 72 PMarg mul translate PFont findfont PSize scalefont setfont PageNum stringwidth pop 2 div neg 0 moveto PageNum show "
This PostScript code prints a single page number at the center of the proper edge of the paper. The first part of the code specifies a few variables, which you can change to fit your needs. The /PageNum variable specifies the page number to be printed (in this case 13), the /PSize variable is the font size to use, the /PFont variable is the name of the font to use (in this case Helvetica-BoldOblique), and the /PMarg variable is the distance from the edge of the paper at which the page number should be printed, in inches (in this case, .5 inches).
You should note that when you add the above-noted field to your header or footer, you should make sure that it is entered as one continuous line. (If you copy the information from this Web page, when you paste it into the header or footer field it will have line breaks in some places. These should be removed.)
Tip #179 applies to Microsoft Word versions: 6 95
Create and Merge! Using Word's mail merge tool you can quickly and easily combine data from a variety of data sources to create great individualized documents that incorporate your data in ways that you control. WordTips: Mail Merge Magic is an invaluable source for learning how to harness the full power of Word's mail merging capabilities.