How can I change the name that is displayed in the track changes baloons and comments of another person (not myself)?
|
It is possible to do this in the new XML-based .docx format used by Word 2007. A .docx file is actually a ZIP file containing the different components of the document, which you can gain access to by renaming the file from To change the author of tracked changes, open the file Comments work the same way, except that they're stored in the file Understand that doing this is probably a bad idea. The spec suggests that changing the authors of revisions and comments shouldn't cause trouble with other parts of the document, but who knows whether that's true in all cases, and in any event it's pretty easy to make mistakes with these kinds of changes unless you're just doing simple global search/replace operations. If you still want to take the risk, be sure to create backups of everything first. |
|||||||||
|
|
If you really need to remove a user name for confidentially reasons, then you can do this:
However, this does not save comments. If there are just a few comments that are worthwhile, you could recreate them manually by copying and pasting the text. |
|||
|
|
|
RENAME Filename.docx to Filename.zip (right click on this new zip file and..) OPEN with WinZip open the word folder with text editor, edit file document.xml change w:author="David McMurry" with w:author="Wheatly Group" then.. Save changes to the xml file RENAME Filename.zip to Filename.docx |
|||
|
|
Hopefully this answer will be useful as a starting point as I do not have a Word install available at the moment to check and find the definitive answer: I think this is all to do with the name a user enters in the box when requested when installing the software. It uses this name then for anyone who uses Word on that computer. There is a way this can be changed in Word. I think it's in the advanced properties options. Depending on the version of Word you are using you will get to this via different routes. |
|||||
|