Change the Author Name for Review Comments Word 2013
4 Ways to Delete or Change the Author Names for Comments in Your Give-and-take Document
In this article, nosotros will bear witness y'all 4 means to delete or change the author names for comments in your Give-and-take document.
Now and then, we'd like to insert comments to Word documents as to brand revisions. Equally you may observe, there is the author or user name in every comment fabricated in a certificate to brandish who the reviser is. However, there are times when nosotros rather take the name deleted or changed out of certain reasons.
- First, if we are using a computer of someone else, then the proper noun on this computer cannot exist yours. Thus, y'all volition need to alter the user name.
- Second, due to privacy consideration, you want only your comments but not you name to go public. At this time, you lot probably want to remove your ain name or whatever information indicating who you are.
- Third, y'all merely change your name! This situation doesn't happen a lot but information technology does sometimes. Consequently, you lot user name on your computer should be contradistinct, too.
No affair what your case is, it shall exercise you no harm to learn ways to delete or change personal information on computer or digital documents, especially in an historic period when privacy breaches happen all the time.
2 Methods to Delete the Author Names for Comments
At first, there are 2 solutions for you to delete the author name.
Method 1: Remove Personal Information
For Case, this is our sample:
- Firstly, open up the document and click "File", then "Info".
- Adjacent, click "Cheque for Issues" icon.
- On the drop-down list, click "Audit Document".
- In "Document Inspector" dialog box, ensure the "Document Properties and Personal Information" box is checked.
- Then click "Audit".
- Presently, in that location will be a observe saying certain document information is constitute. You lot should only click the "Remove All" button in "Document Backdrop and Personal Information" part.
- Click "Close" lastly.
- At present save the document and you shall see all Writer names are replaces by letter "A".
After applying this method, all comments you create neither in this document or others in the futurity will automatically take the writer proper name of "A". In other words, it's a one time for all solution.
In instance y'all need to stop it, you should take the bellowing steps:
- Open Discussion and click "File" tab, then "Options" to open the "Word Options" dialog box.
- Click "Trust Heart" get-go.
- And then click the "Trust Center Settings" on the right-sown corner to open the "Trust Center" dialog box.
- Next, articulate the "Remove personal information from file properties on save" box.
- Lastly, click "OK" in both dialog boxes.
Method ii: Use VBA Codes
Now there is the VBA way to handle the instance. For future reference, it'due south only a onetime trick for a single document each time so there is no demand to worry almost affecting other document settings. You certainly don't take to undo the modification.
- To begin with, printing "Alt+ F11" to open the VBA editor.
- Next, paste the post-obit codes there and click "Run".
Sub DeleteAllAuthorNamesInComments() Dim objComment As Annotate ' Delete all author names in comments For Each objComment In ActiveDocument.Comments objComment.Author = "" objComment.Initial = "" Next objComment Terminate Sub
2 Methods to Change Author Names for Comments
Sometimes, instead of deleting author names, we prefer to alter them.
Method 1: Edit User Name
- Starting time and foremost, click "Review" tab.
- Then click "Track Change" in "Tracking" group.
- Side by side, click "Alter User Name".
- At present the "Word Options" dialog box will pop up. Make sure the "General" tab is displayed. Then modify the user name and initials.
- Finally, click "OK".
Notes:
- This change will affect all futurity documents.
- For the comments made before the modify, they keep the original names.
Method ii: Use Codes to Change Author Names
- Similarly, press "Alt+ F11" to open VBA editor.
- But this time yous should paste these codes and click "Run":
Sub ChangeAllAuthorNamesInComments() Dim objComment As Comment ' Change all author names in comments For Each objComment In ActiveDocument.Comments objComment.Author = "Examination Name" objComment.Initial = "TN" Adjacent objComment End Sub
Notes:
- In codes "objComment.Author = "Test Name"", the "Test Name" refers to the proper noun to exist displayed when cursor hovers over the comment. You tin can change it as y'all similar.
- In codes "objComment.Initial = "TN"", the "TN" refers to the initials of "Test Name", which you should set co-ordinate to the name you cull on last code line.
Avoid Your Word File Loss
With Word, nosotros easily accomplish multiple tasks in every day work. And after days and years' use, Give-and-take can go wrong, resulting in the catastrophic loss of files. More than often than not, the built-in feature is non enough. So, a Discussion file damage prepare tool can be a huge help.
Author Introduction:
Vera Chen is a data recovery proficient in DataNumen, Inc., which is the world leader in data recovery technologies, including Excel file damage recovery and pdf repair software products. For more information visit www.datanumen.com
dalgleishmandearer.blogspot.com
Source: https://www.datanumen.com/blogs/4-ways-delete-change-author-names-comments-word-document/