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. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
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
-
National scam day
by
Susan Bradley
24 minutes ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
14 hours, 21 minutes ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
15 hours, 41 minutes ago -
Tools to support internet discussions
by
Kathy Stevens
22 hours, 31 minutes ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
6 hours, 47 minutes ago -
AI is good sometimes
by
Susan Bradley
22 hours, 53 minutes ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
12 hours, 56 minutes ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
1 day, 23 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
1 day, 21 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
2 days, 1 hour ago -
Excessive security alerts
by
WSSebastian42
16 hours, 32 minutes ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
2 days, 11 hours ago -
Ben’s excellent adventure with Linux
by
Ben Myers
4 hours, 21 minutes ago -
Seconds are back in Windows 10!
by
Susan Bradley
1 day, 22 hours ago -
WebBrowserPassView — Take inventory of your stored passwords
by
Deanna McElveen
15 hours, 59 minutes ago -
OS news from WWDC 2025
by
Will Fastie
2 hours, 5 minutes ago -
Need help with graphics…
by
WSBatBytes
1 day, 6 hours ago -
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
3 days, 2 hours ago -
Totally remove or disable BitLocker
by
CWBillow
2 days, 1 hour ago -
Windows 10 gets 6 years of ESU?
by
n0ads
2 days, 5 hours ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
3 days, 13 hours ago -
Search Forums only bring up my posts?
by
Deo
22 hours, 6 minutes ago -
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
4 days, 1 hour ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
5 hours, 18 minutes ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
4 days, 1 hour ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
4 days, 11 hours ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
4 days, 13 hours ago -
Disengage Bitlocker
by
CWBillow
4 days, 2 hours ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
4 days, 15 hours ago -
New Win 11 Pro Geekom Setup questions
by
Deo
21 hours, 54 minutes 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.