Article ID: 79592 - Last Review: November 16, 2006 - Revision: 2.3 WD: Numbering Columns, Creating Page Numbers for Folded PagesThis article was previously published under Q79592 SUMMARY
In Microsoft Word, you can number the columns on a multiple-column page by
inserting field codes in the document's header or footer. Using this
method, you can simulate the pagination of folded pages (as for a brochure,
pamphlet, booklet, leaflet, or program).
NOTE: This procedure does not work with a table of contents or index. MORE INFORMATION
You can achieve the numbering scheme diagrammed below by inserting the
following line at the left edge of your document's header or footer:
{={page}+{={page}-1}*1+0}
NOTE: Each pair of field braces ({}) is created by pressing CTRL+F9
(COMMAND+F9 in Word for the Macintosh) and the following line at the right edge of the header or footer:
{={page}+{={page}-1}*1+1}
The results are as follows:
page 1 page 2
------------------- -------------------
| pg 1 . pg 2 | | pg 3 . pg 4 |
| . | | . |
| . | | . |
| . | | . |
| . | | . |
| . | | . |
| . | | . |
------------------- -------------------
page + ((page-1) * n) + m
In this formula, "page" equals the current page field value, "n"
equals the number of columns - 1, "m" equals the column position - 1,
and the first column starts at zero. Insert the above formula in the
header or footer, positioning each formula at the desired location
above or below the appropriate column.
For two-column page numbering, use the following formula:
{={page}+{={page}-1}*1+0} 1,3,5,...
For three-column page numbering, use the following formula:
{={page}+{={page}-1}*1+1} 2,4,6,...
{={page}+{={page}-1}*2+0} 1,4,7,...
For four-column page numbering, use the following formula:
{={page}+{={page}-1}*2+1} 2,5,8,... {={page}+{={page}-1}*2+2} 3,6,9,...
{={page}+{={page}-1}*3+0} 1,5,9,...
If you want the numbering to start with 0 for the first column, make
the following changes:
{={page}+{={page}-1}*3+1} 2,6,10,... {={page}+{={page}-1}*3+2} 3,7,11,... {={page}+{={page}-1}*3+3} 4,8,12,...
Woody's Office POWER Pack version (WOPR) is an add-on package for Word for Windows that contains a macro that produces a folded page document. See the Woody Internet site at the following Web address: http://www.wopr.com (http://www.wopr.com) For WOPR Technical Support, contact:
CompuServ GO WOPR
To order WOPR, call (800) 659-4696 or (314) 965-5630, or contact:
Voice (314) 965-5630 FAX 314-966-1833
Advanced Support Group, Inc. Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.11900 Grant Place Des Peres, MO 63131 REFERENCES
"Microsoft Word for Windows User's Guide," version 2.0, pages 421-431
"Microsoft Word for Windows User's Reference," version 1.x, pages 246-247 "Take Word for Windows to the Edge," (ISBN 1-56276-079-3) by Guy Gallo, Ziff-Davis Press, page 362 APPLIES TO
| Article Translations
|

Back to the top
