![]() |
#4
|
||||
|
||||
![]()
Hi Bengt,
Try the following macro: Code:
Sub DeleteAllIndexEntryFields() Application.ScreenUpdating = False With ActiveDocument.Range With .Find .ClearFormatting .Replacement.ClearFormatting .Text = "^d" .Replacement.Text = "" .Format = False .Forward = True .Wrap = wdFindStop .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False .Execute End With Do While .Find.Found If .Fields(1).Type = wdFieldIndexEntry Then .Delete .Collapse wdCollapseEnd .Find.Execute Loop End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Index entries repeating | SQLUSA | Word | 0 | 12-27-2012 08:19 AM |
How Can I Flag Duplicate Date Entries? | tatihulot | Excel | 5 | 11-16-2012 12:19 AM |
colour of entries | ntambomvu | Outlook | 0 | 03-15-2012 11:56 PM |
![]() |
atilla | Excel | 4 | 07-17-2011 07:29 AM |
Index entries in endnotes | perhj | Word | 0 | 06-19-2011 09:28 AM |