#1   Report Post  
gatekeeper gatekeeper is offline
Junior Member
 
Posts: 1
Default Footnotes skip numbers

Hi All,

I have a document attached where the footnotes randomly skip numbers. For instance after footnote 7, the next footnote is 10.

Also, when you get to footnote 47, it randomly starts renumbering with 2, 3,and 4, then reverts to 52.

I'm aware that the most common cause is Track Changes but Track Changes isn't on in this document. I've also tried section breaks, page breaks, etc. to no avail.

I've attached a section of the document to give you an idea of what's going on. I apologize as it's in zip format. It was too big to upload as a .doc file.

I've tried everything to figure this out and can't. Any help would be most appreciated. Thanks.
Attached Files
File Type: zip Chapter 12_Mortgage Lending Part 2.zip (24.2 KB, 146 views)
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Footnotes skip numbers

(a) You can't attach attachments to newsgroup postings.

(b) Turn on "Show Hidden Text." It's conceivable that someone thought that a
clever way to get rid of footnotes was to mark them Hidden.

(c) Are you sure they're all real Word footnotes, rather than a superscripted
number and a correspondingly numbered paragraph at the end of the file or the
foot of the page?

(d) If there are Sections, including passages in columns, in the document,
there may be some section-by-section settings you'd have to clear out.

On Monday, October 26, 2015 at 4:31:00 PM UTC-4, gatekeeper wrote:
Hi All,

I have a document attached where the footnotes randomly skip numbers.
For instance after footnote 7, the next footnote is 10.

Also, when you get to footnote 47, it randomly starts renumbering with
2, 3,and 4, then reverts to 52.

I'm aware that the most common cause is Track Changes but Track Changes
isn't on in this document. I've also tried section breaks, page breaks,
etc. to no avail.

I've attached a section of the document to give you an idea of what's
going on. I apologize as it's in zip format. It was too big to upload as
a .doc file.

I've tried everything to figure this out and can't. Any help would be
most appreciated. Thanks.


+-------------------------------------------------------------------+
|Filename: Chapter 12_Mortgage Lending Part 2.zip |
|Download: http://www.wordbanter.com/attachment.php?attachmentid=199|
+-------------------------------------------------------------------+

  #3   Report Post  
gatekeeper gatekeeper is offline
Junior Member
 
Posts: 1
Default

Thank for the reply. I actually found the answer before I read your response. It turns out that the author's original document did have Track Changes on. After I turned it off, it still didn't number correctly when adding a new footnote.

However, I found a macro which did the trick after I ran it a few times:

pre Dim myFootnote As Footnote
Dim i
For i = ActiveDocument.Footnotes.Count To 1 Step -1
Set myFootnote = ActiveDocument.Footnotes(i)
myFootnote.Range.Copy
myFootnote.Reference.Select
myFootnote.Delete
ActiveDocument.Footnotes.Add Selection.Range
Selection.Footnotes(1).Range.Paste
Next i
/pre
  #4   Report Post  
gatekeeper gatekeeper is offline
Junior Member
 
Posts: 1
Default

Quote:
Originally Posted by gatekeeper View Post
Thank for the reply. I actually found the answer before I read your response. It turns out that the author's original document did have Track Changes on. After I turned it off, it still didn't number correctly when adding a new footnote.

However, I found a macro which did the trick after I ran it a few times:

pre Dim myFootnote As Footnote
Dim i
For i = ActiveDocument.Footnotes.Count To 1 Step -1
Set myFootnote = ActiveDocument.Footnotes(i)
myFootnote.Range.Copy
myFootnote.Reference.Select
myFootnote.Delete
ActiveDocument.Footnotes.Add Selection.Range
Selection.Footnotes(1).Range.Paste
Next i
/pre

One note: for some reason when I posted the macro, the arrow signs were stripped away.

Put a left arrow before "pre" and a right arrow after it. Do the same with "/pre" at the end. Thanks.
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does auto numbering skip numbers? nilla Microsoft Word Help 2 May 17th 23 02:48 AM
footnotes skip numbering KathyD Microsoft Word Help 3 April 22nd 23 03:32 AM
Skip certain page numbers seattlesha Microsoft Word Help 1 September 11th 08 03:00 AM
page numbers skip thesis_frustrations Page Layout 1 January 7th 06 08:35 PM
footnote numbers skip Willibus Microsoft Word Help 3 January 6th 05 10:21 PM


All times are GMT +1. The time now is 08:41 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"