Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-05-2011, 06:59 AM
Carnegie Carnegie is offline Word footnotes and track changes problem Windows XP Word footnotes and track changes problem Office 2007
Novice
Word footnotes and track changes problem
 
Join Date: Apr 2011
Posts: 4
Carnegie is on a distinguished road
Exclamation Word footnotes and track changes problem

Hello
My question has to do with Microsoft Word (2007, though I’m using the compatibility function).
I am editing a document produced by somebody else. Presumably at some stage a chunk of text was deleted, and that chunk had 30 footnotes attached to it. Presumably, too, the person who did that had Track Changes activated (I’ve noticed that automatic renumbering of footnotes doesn’t work when Track Changes is on).
The result is that the footnotes jump from 97 to 126. (There’s a footnote 98 that is buried amidst the subsequent footnotes, which leads me to think that a section of the deleted text was inserted, again with Track Changes turned on.)
I’ve tried all sorts to things to achieve renumbering, but without success.
I notice that from footnote 126 onwards the ‘Custom Mark’ field of the footnote dialogue box is filled in with – for example – ‘126’. The box that appears when I hover the cursor over the footnote flag also has ‘126’ in front of the text of the footnote (but that number doesn’t appear in the ACTUAL text of the footnote).
How can I achieve sequential renumbering all the way to the end of the document?
It would be terrific if anybody could give me an answer to that!


Thanks!
Reply With Quote
  #2  
Old 04-05-2011, 03:43 PM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 32bit Word footnotes and track changes problem Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Carnegie,

Have you tried accepting the tracked changes? that should restore the numbering sequence.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 04-11-2011, 11:30 PM
Carnegie Carnegie is offline Word footnotes and track changes problem Windows XP Word footnotes and track changes problem Office 2007
Novice
Word footnotes and track changes problem
 
Join Date: Apr 2011
Posts: 4
Carnegie is on a distinguished road
Default

Hi Macropod
I don't think that can be it, as the text came to me "clean" with no tracked changes. Yet still there was the jump in sequence in the original.

In any case, unfortunately I can't accept the tracked changes until the very end, once the author has OKed everything!

The author now tells me that she uses a Mac and occasionally funny things happen in the conversion. I don't know - would this be the kind of funny thing that happens?

Thanks for your help so far. Any more ideas?

Regards
Reply With Quote
  #4  
Old 04-12-2011, 12:49 AM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 32bit Word footnotes and track changes problem Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Carnegie,

This is beginning to sound like someone's given up on the auto numbering and has used their own numbering instead. Either that or they've just added more paragraphs to an existing footnote, with 'footnote' numbers preceding those paragraphs and corresponding 'footnote' numbers in the body of the document.

Assuming it's the former, you should be able to fix the numbering with the following macro:
Code:
Sub FootnoteFix()
Dim i As Long, FtNtPos As Range
Application.ScreenUpdating = False
With ActiveDocument
  With .Range.FootnoteOptions
    .Location = wdBottomOfPage
    .NumberingRule = wdRestartContinuous
    .StartingNumber = 1
    .NumberStyle = wdNoteNumberStyleArabic
  End With
  For i = .Footnotes.Count To 1 Step -1
    Set FtNtPos = .Footnotes(i).Reference
    FtNtPos.Collapse (wdCollapseEnd)
    .Footnotes.Add Range:=FtNtPos
    FtNtPos.End = FtNtPos.End + 1
    FtNtPos.Footnotes(1).Range = .Footnotes(i).Range
    .Footnotes(i).Reference.Delete
  Next
End With
Application.ScreenUpdating = True
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #5  
Old 04-19-2011, 11:07 PM
Carnegie Carnegie is offline Word footnotes and track changes problem Windows XP Word footnotes and track changes problem Office 2007
Novice
Word footnotes and track changes problem
 
Join Date: Apr 2011
Posts: 4
Carnegie is on a distinguished road
Default

Hello

Sorry, been out of action for a few days... Afraid the macro hasn't done the trick. Unless you have any more tricks up your sleeve, I'll just have to hope that miraculously, once the tracked changes have been accepted, it all goes right. Thanks for trying, though.
C.
Reply With Quote
  #6  
Old 04-19-2011, 11:35 PM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 32bit Word footnotes and track changes problem Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by Carnegie View Post
I'll just have to hope that miraculously, once the tracked changes have been accepted, it all goes right
But previously you said:
Quote:
the text came to me "clean" with no tracked changes. Yet still there was the jump in sequence in the original.
The document can't both be "clean" with no tracked changes AND needing tracked changes to be accepted.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #7  
Old 04-20-2011, 04:17 AM
Carnegie Carnegie is offline Word footnotes and track changes problem Windows XP Word footnotes and track changes problem Office 2007
Novice
Word footnotes and track changes problem
 
Join Date: Apr 2011
Posts: 4
Carnegie is on a distinguished road
Default

Hello again

The thing is, I'm a book editor. When the "typescript" came to me it had no tracked changes, but I have introduced tracked changes so that the author can see what I've done. The "typescript's" footnote numbering was already corrupted when I got it. That's why it would be miraculous if it rectified itself when the tracked changes are accepted!

C.
Reply With Quote
  #8  
Old 04-20-2011, 04:55 AM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 32bit Word footnotes and track changes problem Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Carnegie,

I'd have thought the macro would work even if the document had tracked changes - if tracked changes was on when it ran, the numbering might get even stranger, though, as lots of footnotes would become 'deleted' and 'inserted' as the code ran. Accepting the tracked changes would fix this.

If the macro didn't/doesn't work on a document without tracked changes, then there is some other 'issue' with the way the footnotes have been created. Without seeing the document, it's impossible to say.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #9  
Old 03-10-2017, 10:34 AM
lezly lezly is offline Word footnotes and track changes problem Windows 10 Word footnotes and track changes problem Office 2007
Novice
 
Join Date: Mar 2017
Posts: 4
lezly is on a distinguished road
Thumbs up

Quote:
Originally Posted by macropod View Post
Hi Carnegie,

This is beginning to sound like someone's given up on the auto numbering and has used their own numbering instead. Either that or they've just added more paragraphs to an existing footnote, with 'footnote' numbers preceding those paragraphs and corresponding 'footnote' numbers in the body of the document.

Assuming it's the former, you should be able to fix the numbering with the following macro:
Code:
Sub FootnoteFix()
Dim i As Long, FtNtPos As Range
Application.ScreenUpdating = False
With ActiveDocument
  With .Range.FootnoteOptions
    .Location = wdBottomOfPage
    .NumberingRule = wdRestartContinuous
    .StartingNumber = 1
    .NumberStyle = wdNoteNumberStyleArabic
  End With
  For i = .Footnotes.Count To 1 Step -1
    Set FtNtPos = .Footnotes(i).Reference
    FtNtPos.Collapse (wdCollapseEnd)
    .Footnotes.Add Range:=FtNtPos
    FtNtPos.End = FtNtPos.End + 1
    FtNtPos.Footnotes(1).Range = .Footnotes(i).Range
    .Footnotes(i).Reference.Delete
  Next
End With
Application.ScreenUpdating = True
End Sub
Thank you so much for this macro. It works on numbering the actual footnote, however, the numbering in the text section of the document is not working correctly. If I come up with a solution, I'll post it.

Oops, taken part of the old footnote number & is including it with the footnote text.

1-9 work perfectly. The problem starts with footnote #10.

Last edited by lezly; 03-10-2017 at 06:17 PM. Reason: Found an issue with the code.
Reply With Quote
  #10  
Old 03-10-2017, 11:18 PM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 64bit Word footnotes and track changes problem Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by lezly View Post
Thank you so much for this macro. It works on numbering the actual footnote, however, the numbering in the text section of the document is not
working correctly. If I come up with a solution, I'll post it.

Oops, taken part of the old footnote number & is including it with the footnote text.

1-9 work perfectly. The problem starts with footnote #10.
I don't understand what you mean by any of this.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #11  
Old 03-11-2017, 09:20 AM
lezly lezly is offline Word footnotes and track changes problem Windows 10 Word footnotes and track changes problem Office 2007
Novice
 
Join Date: Mar 2017
Posts: 4
lezly is on a distinguished road
Default A picture is worth a thousand words.

xxxxxxxxxx

Last edited by lezly; 03-12-2017 at 07:39 AM.
Reply With Quote
  #12  
Old 03-11-2017, 11:32 AM
lezly lezly is offline Word footnotes and track changes problem Windows 10 Word footnotes and track changes problem Office 2007
Novice
 
Join Date: Mar 2017
Posts: 4
lezly is on a distinguished road
Default

xxxxxxxxxx

Last edited by lezly; 03-12-2017 at 07:38 AM.
Reply With Quote
  #13  
Old 03-12-2017, 05:39 AM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 64bit Word footnotes and track changes problem Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Your attachment shows that the problems you described had nothing to do with Word's footnote numbering, but a failure on someone's part to understand how footnotes work, especially when 'track changes' is on. That failure has apparently led that person to try replacing the auto-numbering with manual numbering - and that's what created the mess; the numbers prefixed with 7 in the body of the document and orphaned 8, 9 & 0 in the footnotes are clear evidence of the numbers being typed, instead of being created as footnote references. You can't reasonably expect Word to 'handle' such creative user errors 'better'.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #14  
Old 03-12-2017, 07:30 AM
lezly lezly is offline Word footnotes and track changes problem Windows 10 Word footnotes and track changes problem Office 2007
Novice
 
Join Date: Mar 2017
Posts: 4
lezly is on a distinguished road
Default

OK. Thanks anyway.
Reply With Quote
  #15  
Old 03-13-2017, 01:31 AM
macropod's Avatar
macropod macropod is offline Word footnotes and track changes problem Windows 7 64bit Word footnotes and track changes problem Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

lezly: Kindly don't go deleting your posts' content after they have been replied to. Doing so makes it impossible for anyone else to see what was discussed a discussion that may have helped anyone who experienced similar problems, for example.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Tags
footnotes, track changes, word 2007



Similar Threads
Thread Thread Starter Forum Replies Last Post
Word footnotes and track changes problem Problem with Footnotes charlotte Word 1 04-07-2010 04:35 PM
How To Track Clicks from your MS Word Resume (or other Word Doc) using a URL shortene dsohigian Word 0 01-05-2010 01:05 PM
Word 2003 Track Changes senthilkumarabi Word 0 12-10-2009 04:28 AM
Track changes and comments in word xp ( 2002) BeRsErK Word 0 11-11-2009 04:05 AM
Protected Word docs showing track changes Richard H Word 0 11-25-2008 10:18 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:09 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft