View Single Post
 
Old 04-24-2021, 12:02 PM
alex_ncfc alex_ncfc is offline Windows 10 Office 2019
Novice
 
Join Date: Apr 2021
Posts: 4
alex_ncfc is on a distinguished road
Question

Quote:
Originally Posted by macropod View Post
In some cases, such as the 'total editing time', you can edit the value stored in the .docx file.

To edit the 'total editing time':
1. change the .docx file's extension to .zip
2. open the zip archive and look for a file named app.xml
3. open the file named app.xml and look for a string like:
<TotalTime>600</TotalTime>
where the 600 is the stored total editing time value, in minutes.
4. change the stored total editing time value to whatever corresponding 'old' value your .doc file had.
5. close and save the zip file
6. change the .zip file's extension to .docx
Done.
Wow thank you for that, that's brilliant solved the issue perfectly. Well not that it was much of an issue, but you know what I mean!

Some of the other stats and properties were also in core.xml. I have edited them and will see if they carry on updating as I edit the document more.
Reply With Quote