I had written a MS Word 97 Macro to successfully remove all index entries. Here is the revised macro code.
----- Sub MAIN
REM - drop index markings - customized by Makarand
On Error Resume Next
ShowAll
StartOfDocument
EditGoTo .Destination =3D "d'XE'"
While CmpBookmarks("\Sel", "Temp") <> 0
CharRight 1, 1
EditClear
CharLeft
EditBookmark "Temp", .Add
Wend
EditBookmark "Temp", .Delete
End Sub -----
There were 834 index entries in my document. I have removed them in less than half hour.
Regards
Mak
Currently rated 5.0 by 1 people
Get notified when a new post is published.
Sign in