Currently, in order to read all the footnotes in a document, I have a For
each FN in activedocument.footnotes and blah blah. I do a find and replace
for some text on each foot note. This takes a long time if the number of
footnotes exceeds around 100. I was wondering if there was a way I could
read the text of all footnotes at once so that I can make this loop faster
or do away with the loop.
Thanks a lot,
Vince
Word Heretic - 26 Nov 2004 23:34 GMT
G'day "Vince" <sdsad@fsd.com>,
ActiveDocument.StoryRanges(wdFootnotesStory).Sections(n)
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Vince reckoned:
>Currently, in order to read all the footnotes in a document, I have a For
>each FN in activedocument.footnotes and blah blah. I do a find and replace
[quoted text clipped - 5 lines]
>Thanks a lot,
>Vince
Vince - 27 Nov 2004 01:00 GMT
Thanks a lot!
Vince
> G'day "Vince" <sdsad@fsd.com>,
>
[quoted text clipped - 16 lines]
> >Thanks a lot,
> >Vince