![]() |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]() Quote:
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: ![]()
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. |
#3
|
|||
|
|||
![]() Quote:
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. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
derelyth | Excel | 4 | 03-27-2011 04:31 PM |
![]() |
Il_Fabietto | Word VBA | 9 | 06-26-2009 05:04 AM |
![]() |
geobruin | Word | 1 | 06-12-2009 06:55 AM |
![]() |
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 |