One of our users has a large number of word documents (approx. 100) that have revisions made to them and track changes still enabled. I am unable to accept the revisions (greyed out) or turn off track changes in any of these documents. I replaced her normal.dot file which now enables new documents to use track changes properly. Is there anything that can be done for these old documents? I am able to copy and paste the information into a new document and it pastes with the revisions accepted and no revision marks but that is a bit of an onerous job considering the number of documents that she has. Could all these old documents be corrupt or is that reaching a bit?
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
2003 (Track Changes Problem)
Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » 2003 (Track Changes Problem)
- This topic has 10 replies, 4 voices, and was last updated 18 years, 8 months ago.
Viewing 0 reply threadsAuthorReplies-
WSHansV
AskWoody Lounger -
WSDeb G.
AskWoody LoungerAugust 31, 2006 at 9:16 pm #1026899Thanks Hans. Yes, I did check to see if any of them were protected and they are not. I also thought maybe they were really old documents that had lived through too many versions but that’s not the case. The oldest document is from about 2003.
At this point, the user is going to do the copy/paste thing as she uses each document but I just wondered if anyone else had seen this sort of behaviour before.
-
Don Wells
AskWoody LoungerSeptember 2, 2006 at 2:47 pm #1027091If you can capture all of the documents into one folder or branch of folders with nothing else sharing the same folder(s), a small macro should do the trick fairly quickly. If you can identify the top folder, and any filename exceptions, I will put the code together for you. Please confirm whether all extensions are “.doc”, or identify what others are included.
-
WSDeb G.
AskWoody LoungerSeptember 3, 2006 at 2:22 pm #1027131 -
Don Wells
AskWoody LoungerSeptember 3, 2006 at 11:34 pm #1027183Hi Deb
Here’s the approach I would implement.'######################################################################## '# Saved as: H:WoodyTrack Changes ProblemTrack Changes Problem # '# Approach.doc # '# # '# Purpose: Copy individual documents into new blank documents and # '# save the new document with the original file's filename. Reference # '# Lounge Post: 596,285 # '# # '# #################################################################### # '# Arguments: none # '# # '# #################################################################### # '# Entry Conditions: Known path and filename parameters # '# # '# #################################################################### # '# Exit Conditions: # '# # '# a. Original files (FOIs), unaltered # '# # '# b. New folder (Recovered Files), created in the same folder # '# as the FOI # '# # '# c. Recovered FOIs saved in the Recovered Files folders # '# # '# #################################################################### # '# General approach: # '# # '# During the operation of this macro there will be a Progress bar # '# indicating the percentage of files that have been processed. # '# # '# a. Initialization # '# # '# i. Determine the top level folder # '# # '# ii. Determine the filename parameters # '# # '# iii. Build an array of the FOIs and their absolute paths # '# # '# b. Main Process # '# # '# i. Call Initialization, then # '# # '# ii. For each file in the array (they're all FOIs): # '# # '# 1. If no appropriate Recovered Files folder exists; # '# create it # '# # '# 2. Open the FOI # '# # '# 3. Copy the complete document # '# # '# 4. Open a new blank document based on Normal # '# # '# 5. Paste the clipboard into the blank document # '# # '# 6. Close the FOI # '# # '# 7. Save the blank docment in the appropriate # '# Recovered Files folder with the same filename as # '# the FOI # '# # '# #################################################################### # '# Tips and Gotchas: # '# # '# # '########################################################################
-
WShasse
AskWoody LoungerOctober 13, 2006 at 12:29 pm #1033210FYI: HansV referred to articles of Microsoft’s support & KB in Turn of track changes (2003)… which clarify that Word 2003 shows tracked changes automatically when opening a document (regardless whether you had them hidden before)… and what you can do about it.
Question: is there an advantage using copy-paste to get rid of all tracked changes rather than ‘accepting all changes’, when using automation?
E.g. to accept all changes in the current document, I would use something like:
Dim revLoop As Revision
Dim myRange As RangeSet myRange = Selection.Range
myRange.Wholestory
For Each revLoop In myRange.Revisions
revLoop.Accept
Next revLoopHasse
ps [indent]
(…) Someone has suggested to me that comments and annotations can re-appear – has anyone encountered this?
[/indent]Fwiw… yep… with tracked changes… during the upgrade process in our organisation. Previously no one cared about tracking changes. Untill suddenly, with Office 2003, these started to pop up out of the unexpected… In the long term, it might be an interesting enhancement to make you aware of this hidden info which others might be able to abuse. In situations where Office 97 users’ documents (to whom these changes are invisible by default) are processed and forwarded to upgraded users, it’s quite embarrassing though, certainly if you work with important documents and memoranda. (Because… who’s actually aware of the changes stored in the document? I guess close to no one…)
Btw… our (outsourced) IT helpdesk could only explain how to switch them off or accept all in the current document– but no more structured solution available for the several hundreds of documents we are processing. Printing to a pdf was no solution… as it just printed the visible tracked changes all along :-p. They said you can’t get rid of them (…) So not much help there… and I’m glad (again) to have the Lounge
.
ps For those wanting to preserve changes with copy-paste, check this out: (Carry forward Track Changes (Word 97/2000/XP/2003) -
WSHansV
AskWoody Lounger -
WShasse
AskWoody Lounger -
WSHansV
AskWoody LoungerOctober 13, 2006 at 5:32 pm #1033292I don’t have code examples, but I what I meant is explained in the thread you refer to: if Track Changes is on, all revisions are accepted during copy/paste, but if Track Changes is off, revisions are preserved.
You can turn Track Changes on (or off) in code using ActiveDocument.TrackRevisions = True (or False)
-
WShasse
AskWoody Lounger
-
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
InControl Failure?
by
Casey H
2 hours, 5 minutes ago -
Microsoft : Free 1 year support for Windows 10 after EOL
by
Alex5723
1 hour, 18 minutes ago -
MS-DEFCON 3: Businesses must tread carefully
by
Susan Bradley
1 hour, 57 minutes ago -
McLaren Health Care says data breach impacts 743,000 patients
by
Nibbled To Death By Ducks
13 hours, 35 minutes ago -
WhatsApp banned on House staffers’ devices
by
Alex5723
8 hours, 37 minutes ago -
Is your device eligible?
by
Susan Bradley
16 hours, 35 minutes ago -
Windows 11 Insider Preview build 26200.5661 released to DEV
by
joep517
22 hours, 46 minutes ago -
Windows 11 Insider Preview build 26120.4452 (24H2) released to BETA
by
joep517
22 hours, 47 minutes ago -
Hello Windows…My Problem is Windows Hello…
by
rdleib
1 day ago -
New Canon Printer Wants Data Sent
by
Win7and10
1 day ago -
I set up passkeys for my Microsoft account
by
Lance Whitney
13 hours, 51 minutes ago -
AI is for everyone
by
Peter Deegan
23 hours, 54 minutes ago -
Terabyte update 2025
by
Will Fastie
17 hours, 57 minutes ago -
Migrating from Windows 10 to Windows 11
by
Susan Bradley
3 hours, 27 minutes ago -
Lost sound after the upgrade to 24H2?
by
Susan Bradley
1 day, 23 hours ago -
How to move 10GB of data in C:\ProgramData\Package Cache ?
by
Alex5723
2 hours, 36 minutes ago -
Plugged in 24-7
by
CWBillow
1 day, 9 hours ago -
Netflix, Apple, BofA websites hijacked with fake help-desk numbers
by
Nibbled To Death By Ducks
2 days, 12 hours ago -
Have Copilot there but not taking over the screen in Word
by
CWBillow
2 days, 9 hours ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
4 days, 3 hours ago -
Are Macs immune?
by
Susan Bradley
18 hours, 56 minutes ago -
HP Envy and the Function keys
by
CWBillow
3 days, 11 hours ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
1 day, 4 hours ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
4 days, 14 hours ago -
Unable to update to version 22h2
by
04om
1 day, 23 hours ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
4 days, 22 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
4 days, 22 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
4 days, 8 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
5 days, 11 hours ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
5 days ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.