Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-11-2011, 08:02 AM
Aden Aden is offline Eliminate time stamp in Track Changes Mac OS X Eliminate time stamp in Track Changes Office for Mac 2011
Novice
Eliminate time stamp in Track Changes
 
Join Date: May 2011
Posts: 2
Aden is on a distinguished road
Default Eliminate time stamp in Track Changes

I'm using the Track Changes feature in Word 2011 (Mac) and I need to eliminate the time stamp feature that accompanies edits altogether. I turned off (unchecked) the "Include reviewer, time stamp, and action buttons" selection in "Show Markup > Preferences" pane, and while this does eliminate the reviewer and date/time stamp in the editorial balloons, when I hover over a balloon, a window appears that reveals the reviewer and date/time stamp! Ackkkkkk! How can I prevent this from happening?



Many thanks to all and make it a great day!

Last edited by Aden; 05-12-2011 at 04:32 AM.
Reply With Quote
  #2  
Old 05-11-2011, 06:26 PM
macropod's Avatar
macropod macropod is offline Eliminate time stamp in Track Changes Windows 7 32bit Eliminate time stamp in Track Changes Office 2007
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,466
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 Aden,

That can only be prevented by accepting/rejecting the changes or by using the Document Inspector to remove the personal information.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 05-12-2011, 03:14 AM
Aden Aden is offline Eliminate time stamp in Track Changes Mac OS X Eliminate time stamp in Track Changes Office for Mac 2011
Novice
Eliminate time stamp in Track Changes
 
Join Date: May 2011
Posts: 2
Aden is on a distinguished road
Default

Thanks, Paul.

I found this same question posed on a PC-based Word forum, and a respondent offered the following instructions for addressing this issue in Word 2007 (PC) http://bit.ly/mpkGUM

On the Office button menu, go to Prepare > Inspect Document. After inspecting the document, when the results panel shows up, click the button to remove all "Document Properties and Personal Information". Then save the document. The dates and times will be removed from all tracked changes, and the reviewer name will be changed to "Author".

This won't do if you're using custom document properties, because those would be removed at the same time.


After many hours of poking around, I discovered that you CAN suppress the date & time stamp from Track Changes--here's how to do it (in Word for Mac 2011, at any rate):

Go to "Word > Preferences > Personal Settings > Security > Privacy Options" and check "Remove personal information from this file on save" then save the document.

Voila! No more date or time stamp in Track Changes comments and edits in this document. This is positively Byzantine, but I'm glad the option exists!

Aden
Reply With Quote
  #4  
Old 03-06-2017, 01:24 AM
Tracking Tracking is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2016
Novice
 
Join Date: Mar 2017
Posts: 2
Tracking is on a distinguished road
Default

Quote:
Originally Posted by Aden View Post
I discovered that you CAN suppress the date & time stamp from Track Changes--here's how to do it (in Word for Mac 2011, at any rate):

Go to "Word > Preferences > Personal Settings > Security > Privacy Options" and check "Remove personal information from this file on save" then save the document.

Voila! No more date or time stamp in Track Changes comments and edits in this document
Does this also work for Word 2016? I could not find the respective path to access that option.

Reply With Quote
  #5  
Old 07-10-2023, 07:00 PM
mrsprings mrsprings is offline Eliminate time stamp in Track Changes Windows 10 Eliminate time stamp in Track Changes Office 2016
Novice
 
Join Date: Jun 2022
Posts: 3
mrsprings is on a distinguished road
Default Update for 2023

I've been trying to do this now (i.e. July 2023) on Word 2016, and while I can remove w:date="[\d\W]*\w[\d\W]*\w" from both the document.xml and comments.xml files, it's not removing the date from the tracked documents. I've looked through the other xml files in the word folder, but can't find it hiding anywhere there. Any ideas where it might be logged?

Last edited by mrsprings; 07-10-2023 at 09:11 PM.
Reply With Quote
  #6  
Old 07-10-2023, 09:02 PM
mrsprings mrsprings is offline Eliminate time stamp in Track Changes Windows 10 Eliminate time stamp in Track Changes Office 2016
Novice
 
Join Date: Jun 2022
Posts: 3
mrsprings is on a distinguished road
Default A different solution

Not having been able to get rid of the timestamps using the method described above, I've come up with an alternative approach:

1. Inspect document, and remove personal information.
2. Check 'Allow this information to be saved in your file.
3. Convert .docx to .zip, and open folder
4. Open 'comments.xml' and 'document.xml' with Notepad++
5. Replace w:author="Author" with w:author=[Your Name]
6. Copy the adjusted xml files back into the zipped folder
7. Re-convert .zip to .docx

This removes any timestamps, but still shows comments and changes under your own name. Of course, if several different people have made tracked changes or comments, it'll remove their names, and put all changes under your own name. But this could be gotten around by comparing files, as suggested in an earlier comment in the thread.
Reply With Quote
  #7  
Old 07-23-2012, 08:00 AM
wordguru wordguru is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2010 64bit
Novice
 
Join Date: Jul 2012
Posts: 1
wordguru is on a distinguished road
Default Removing timestamps from tracked changes

I found that if you're saving the Word document as docx, you can edit the XML directly and remove the timestamps this way. Follow the procedure below if you want to do this:

1. Rename the file to zip so it becomes a ZIP archive and you can easily open it using the appropriate tools
2. Open the renamed file, it will now open as a ZIP archive
3. Open the word folder in the ZIP archive
4. Open and edit the document.xml file in a good text editor. For example use Notepad++
5. Search using the following regular expression:
w:date="[\d\W]*\w[\d\W]*\w"
and replace with nothing. This regular expression will match all XML
timestamp attributes and remove them from the document.xml file.
6. Update the ZIP archive with the modified document.xml file
7. Rename the ZIP archive back to docx sothat it becomes a Word document again
Reply With Quote
  #8  
Old 05-14-2015, 03:29 AM
iris iris is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2007
Novice
 
Join Date: May 2015
Posts: 1
iris is on a distinguished road
Default

Quote:
Originally Posted by wordguru View Post
I found that if you're saving the Word document as docx, you can edit the XML directly and remove the timestamps this way.
Thanks wordguru, that's exactly what I needed!

I know this is an old thread, but I still found it useful, so in the spirit of paying it forward, some pointers to those still looking to solve this issue. Basically, a more detailed account of wordguru's steps 4 and 5:

The text editor wordguru mentions can be downloaded from here: https://notepad-plus-plus.org/download/. It's free and it's excellent. It's a plain text editor like the notepad program that comes with windows, but much better.

Once you're opened up your document.xlm file (that you got from unzipping your renamed .docx) in Notepad++, hit CTRL-H or Replace... from the Search menu. You'll then get a window like this:



  • CTRL-H to open the Replace... dialogue,
  • select 'Regular expresson' in the bottom left corner,
  • paste the bit of code that wordguru mentioned, w:date="[\d\W]*\w[\d\W]*\w" in the 'Find what:' field,
  • leave the 'Replace with:' field empty. (Alternatively, you could replace with a timestamp of your choice)
  • hit the 'Replace All' button.
Notepad++ will report how many occurrences it has replaced. Save your document and continue to wordguru's step 6.

Alternatively, you can reset the timestamps on edits by saving two versions of your document, named say 'original.docx' and 'revised.docx'.
In the document called 'original.docx' you then need to reject all changes (or if the document also has tracked changes by others, you can also just reject your own changes by first showing just yours (Show Markup > Reviewers > select your only) and then choosing Reject All Changes Shown.)
In the document called 'revised.docx', you need to do the opposite: accept all changes (or again just yours).
Now use the Compare function to compare your two versions of the document, with the one where you've rejected all changes as the original, and the one where you've accepted all changes as the revised version. This will give you a brand new document with tracked changes. This will not remove the timestamp on edits, but reset the timestamp on all edits to the moment you've done the compare. You can customize the timestamp by temporarily changing your computer's time and date settings before you run the compare.
Reply With Quote
  #9  
Old 01-12-2017, 12:43 PM
Georg Georg is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2010 64bit
Novice
 
Join Date: Jan 2017
Posts: 1
Georg is on a distinguished road
Default Wonderful and creative solution!

Quote:
Originally Posted by wordguru View Post
I found that if you're saving the Word document as docx, you can edit the XML directly and remove the timestamps this way. Follow the procedure below if you want to do this:

1. Rename the file to zip so it becomes a ZIP archive and you can easily open it using the appropriate tools
2. Open the renamed file, it will now open as a ZIP archive
3. Open the word folder in the ZIP archive
4. Open and edit the document.xml file in a good text editor. For example use Notepad++
5. Search using the following regular expression:
w:date="[\d\W]*\w[\d\W]*\w"
and replace with nothing. This regular expression will match all XML
timestamp attributes and remove them from the document.xml file.
6. Update the ZIP archive with the modified document.xml file
7. Rename the ZIP archive back to docx sothat it becomes a Word document again
My man, what a superb guru you truly are! Praise and worship upon you, o great one! (And a lot of thanks, too!)
It’s confounding why this is not a built-in feature in Word, but the workaround at least makes it possible to do what one wants! And, once mastered, it doesn’t take toooo long.
Reply With Quote
  #10  
Old 06-15-2013, 11:08 AM
mikitis mikitis is offline Eliminate time stamp in Track Changes Mac OS X Eliminate time stamp in Track Changes Office for Mac 2011
Novice
 
Join Date: Jun 2013
Posts: 1
mikitis is on a distinguished road
Default

Thank you so much!!! It worked perfectly. The changes and bubbles are still there but not the Date and Time...

I really appreciated your help. My boss won't find out the crazy hours spend working in the middle of the night!
Reply With Quote
  #11  
Old 01-23-2014, 07:25 AM
eyesofbambi eyesofbambi is offline Eliminate time stamp in Track Changes Mac OS X Eliminate time stamp in Track Changes Office for Mac 2011
Novice
 
Join Date: Jan 2014
Posts: 1
eyesofbambi is on a distinguished road
Default Works on OS x 10.8.5 Office for Mac 2011

You're a life saver! Works like a charm on OS x 10.8.5 Office for Mac 2011!
Reply With Quote
  #12  
Old 09-13-2014, 02:03 AM
Edders Edders is offline Eliminate time stamp in Track Changes Windows 8 Eliminate time stamp in Track Changes Office 2013
Novice
 
Join Date: Sep 2014
Posts: 5
Edders is on a distinguished road
Default Removing timestamps from track changes

Can you tell me how I format the w:date="[\d\W]*\w[\d\W]*\w" data which is noted below, so that I can remove the timestamps from the changes that I make to a word document?
Reply With Quote
  #13  
Old 09-13-2014, 02:39 AM
macropod's Avatar
macropod macropod is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,466
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

As post #4 indicates, that is a regular expression, used to search for an existing date/time stamp. It is not a date/time stamp format, per se.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #14  
Old 09-13-2014, 03:58 AM
Edders Edders is offline Eliminate time stamp in Track Changes Windows 8 Eliminate time stamp in Track Changes Office 2013
Novice
 
Join Date: Sep 2014
Posts: 5
Edders is on a distinguished road
Default

Ok many thanks. I think I'm out of my depth and probably didn't explain that in my previous post!

Essentially, by using the inspection tool in Word I can eliminate the actual time for amendments and it will now show that it was me who made an amendment and the day that I made it. However, it would be good to eliminate the day too, so that there is no date stamp at all.

I have no experience of amending XML files, so I may just be stuck with the status that I have got to?!
Reply With Quote
  #15  
Old 09-13-2014, 04:28 AM
macropod's Avatar
macropod macropod is offline Eliminate time stamp in Track Changes Windows 7 64bit Eliminate time stamp in Track Changes Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,466
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

Again, as post #4 indicates, this can all be done using Notepad++ (which you can download). From there, it's a simple matter of following the steps in post #4. Doing that doesn't require any particular XML experience.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Eliminate time stamp in Track Changes Add a period of time to a referenced "Time" cell? derelyth Excel 4 03-27-2011 04:31 PM
Eliminate time stamp in Track Changes Eliminate blanc spaces at the beginnig row Il_Fabietto Word VBA 9 06-26-2009 05:04 AM
Eliminate time stamp in Track Changes Eliminate paragraph breaks geobruin Word 1 06-12-2009 06:55 AM
Eliminate time stamp in Track Changes How to eliminate Header on Contents Page George99 Word 1 12-06-2008 09:59 AM
Add date and time stamp to new mail and incoming mail cadsmarter Outlook 0 02-02-2006 08:50 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:42 PM.


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