There is nothing indiscriminate about the macro. Your request said nothing about footnotes, so the macro doesn't process them. If you wanted to process footnotes instead of the document body, you should have said so. To process footnotes, change:
With ActiveDocument.Range.Find
to:
With ActiveDocument.StoryRanges(wdFootnotesStory).Find
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|