How do I create a Table of Contents with the page numbers on the l

A

ADT2

I'd like to create a TOC with the pages numbers on the left-hand side of the
page (i.e., the page number is listed before the heading title). Is this
possible? If so, how do I do it?
 
D

Doug Robbins - Word MVP

The only way to do it is to unlink the Table of Contents from its source and
then manually, or using a WildCard Edit Replace, re-arrange the information.
Of course that whole process can be automated with a macro which could do
the whole process of creation and modification of the table of contents.

For a Wildcard replace, using something like

^13([A-z 0-9]{1,}^t[A-z, 0-9]{1,})^t([0-9]{1,})

in the Find what control and

^p\2^t\1

in the replace control will modify all but the first entry in the table of
contents

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
 
S

Suzanne S. Barnhill

Or, as seen from Winnie's post with the subject "Left Aligned page #s on
Table of Contents," have a right-to-left language enabled.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

Doug Robbins - Word MVP said:
The only way to do it is to unlink the Table of Contents from its source
and then manually, or using a WildCard Edit Replace, re-arrange the
information. Of course that whole process can be automated with a macro
which could do the whole process of creation and modification of the table
of contents.

For a Wildcard replace, using something like

^13([A-z 0-9]{1,}^t[A-z, 0-9]{1,})^t([0-9]{1,})

in the Find what control and

^p\2^t\1

in the replace control will modify all but the first entry in the table of
contents

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services
on a paid professional basis.
ADT2 said:
I'd like to create a TOC with the pages numbers on the left-hand side of
the
page (i.e., the page number is listed before the heading title). Is this
possible? If so, how do I do it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top