Y
yuraukar
I probably need to build two custom index for a document.
The document is a list of products where each product has
a name and an order number.
The 1st index should contain a list of all order numbers
AND names ordered by order number, e.g.
AFTZ03 name1.......2,3
AFZZ name2.........6
BGHH34 name3.....4,5,6
I haven't found a way to create this index with word,
because the length of order numbers is not fixed, but the
index should look like a table.
The 2nd index should contain a categorized list of all
order numbers, e.g.
Category 1
AFTZ03 name1........2,3
Category 2
AFZZ name2..........6
BGHH34 name3......4,5,6
Does anyone have a clue how to achieve this?
I am willing to use VBA for this and build the index on
my own. However, if I mark order numbers as index
entries, how do I get the page numbers where the entry
occurs in VBA?
The document is a list of products where each product has
a name and an order number.
The 1st index should contain a list of all order numbers
AND names ordered by order number, e.g.
AFTZ03 name1.......2,3
AFZZ name2.........6
BGHH34 name3.....4,5,6
I haven't found a way to create this index with word,
because the length of order numbers is not fixed, but the
index should look like a table.
The 2nd index should contain a categorized list of all
order numbers, e.g.
Category 1
AFTZ03 name1........2,3
Category 2
AFZZ name2..........6
BGHH34 name3......4,5,6
Does anyone have a clue how to achieve this?
I am willing to use VBA for this and build the index on
my own. However, if I mark order numbers as index
entries, how do I get the page numbers where the entry
occurs in VBA?