How can I reverse the order of page number and index entry?

S

Sheila

I am creating a traditional index in Word 2000 but would like to have the
page numbers first and the index entries next.
Example:
2.....Entry 1
5.....Entry 2

Does anybody know how to get there? Help would be much appreciated.
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?U2hlaWxh?=,
I am creating a traditional index in Word 2000 but would like to have the
page numbers first and the index entries next.
Example:
2.....Entry 1
5.....Entry 2

Does anybody know how to get there?
there's nothing built into Word to generate this. Possibly, a macro could
reverse the contents of the Index. If you want to pursue that, you should
ask in a word.vba newsgroup. It would probably help to know whether every
entry could have only one page number, or whether multiple pages could be
expected. You should also mention what you think should happen with entries
that would break over to additional lines.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
S

Sheila

Hello, Cindy Meister

Well, I was afraid so...

And yes, every entry only appears once and therefore only has one page
number. If an entry has more than one line, the paragraph shall be "hanging"
by the page number plus some millimeters.

I'll have to do it with VBA then: unlink the whole index field, switch
columns, and rewrite it as plain text.

But anyway, thanks for your kind help!

Sheila
 
Top