View Single Post
  #5   Report Post  
Posted to microsoft.public.word.newusers
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Renumbering footnotes

Hi Joshua,

So how did the author get footnotes 3.1, 3.2, etc into to footnote area? By creating new paragraphs for footnote 3 and manually
numbering them? If so, it seems you're after a macro to:
.. go through the footnotes, finding paragraphs beginning with 3.1, 3.2, etc;
.. cut any such paragraphs from the existing footnotes;
.. find the corresponding entry in the body of the document;
.. find & replace the corresponding entry in the body of the document with a genuine footnote;
.. paste the cut text into the new footnote, deleting the old 'manual' footnote number.

Do-able, but you'd need to have many such footnotes to process to make the coding effort worthwhile. For an idea of what's involved,
see my post on a somewhat-related issue at:
http://www.techsupportforum.com/micr...footnotes.html

--
Cheers
macropod
[Microsoft MVP - Word]


"Joshua Kreitzer" wrote in message ...
The decimal-numbered footnotes were inserted using the Insert/
Reference/Footnote function in Word and numbered manually, and yes, it
was a fair amount of work to do them that way. Also, I am tracking
changes.

Cutting the footnote content, deleting the footnote, reinserting it,
and pasting the content will work, but it would be very time-
consuming. That's why I'm looking for an easier way.

Joshua Kreitzer


On Apr 7, 6:23 pm, "Suzanne S. Barnhill" wrote:
If these are bona fide "footnotes" created using the Insert | Reference |
Footnote function in Word, it would have been very difficult in the first
place to have numbers such as 3.1, 3.2, etc. (they'd have to be done
manually), and they would still update automatically (though if you're
tracking changes you won't see the right numbers till you accept the
changes). You may need to cut the footnote content, delete the footnote,
reinsert it, and paste the content.

"Joshua Kreitzer" wrote in message

...

I'm using Microsoft Word 2002 and I have a document in which I would
like footnotes to be numbered consecutively: 1, 2, 3, 4, etc. However,
the footnotes contain stretches of numbers that are decimals (for
example, footnote 3 might be followed by footnote 3.1, 3.2, 3.3, etc.)
and other sequences that are just plain out of order. Is there any
kind of macro or other method that can be used to automatically
renumber the footnotes starting with 1 and continuing in whole numbers
until the end of the document?


Thanks for any advice you can provide.