Footnote numbering

H

Hilda

I removed all footnotes from document and later started
re-entering new footnotes. When I entered the second
footnote, it numbered it incorrectly as 7. For some
reason, it is still recognizing my previous footnotes.
How do I remove all previous footnotes. I already tried
the Search (for footnote mark) and Replace (with blank)
but still having problem with renumbering my footnotes.

Please help.
 
W

Word Heretic

G'day "Hilda" <[email protected]>,

you could use VBA to address this.

Public Sub KillFootnotes()
with ActiveDocument.Footnotes
While .Count >0
.item(1).delete
wend
end with
End Sub



Steve Hudson
Word Heretic Sydney Australia
Tricky stuff with Word or words

Email: WordHeretic at tpg.com.au


Hilda was spinning this yarn:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top