Forum Discussion
Table of contents does not match page numbers
I have split each page into two columns and each column has a page number, like a book. However, my table of contents is counting pages automatically, rather than matching them to the page number of each column. While my whole document is 80 pages, the content is from page 5 to page 160 (as I have two columns on each page). Can someone help with updating the table of contents?
S_R_ca I have assumed that you wanted the numbering to start on the page following the Table of Contents and I have set the Page Number Format for the first page number to be 1
The modified document is attached,
7 Replies
S_R_ca Word can only use the actual physical page numbers (albeit as adjusted by the Start Number facility) and cannot use a calculated page number as you would have for the numbering of the columns as pages.
I think that the only ways to do what you want are to convert the Table of Contents to ordinary text and then manually adjust the page numbers, or use some VBA code to compile a "Table of Contents".
- DeletedThanks for sharing!
Wondering how exactly are you putting the number for the page in each column?
thanks,
ShawnDeleted
In the left column use the following field construction
{ = (2 * { PAGE }) - 1 }
and in the right column
{ = 2 * { PAGE } }
- DeletedCould you give a sample word file?