View Single Post
 
Old 10-04-2018, 07:34 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Presumably the "program to generate the unique word list for the entire book" created the list with the separate 'Book, book, Books, books' entries, which you then used as a concordance to generate the Index. Before doing that last part, you really should have concatenated these list entries into one. At this point, you could use Find/Replace to look for all XE fields containing 'book, Books, books' and replace those with just 'Book', thus:
Find = XE book
Replace = XE Book
Find = XE books
Replace = XE Book
After doing that and updating the Index, the 'book', 'Books', & 'books' entries should all appear under 'Book'.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote