4 Quick Ways to View and Accept All Revisions from a Specific Reviewer in Word

In this article, there will be 4 helpful ways for you to view and accept revisions from a particular reviewer in your Word document.

It’s quite often to have a document reviewed by multiple reviewers. And it’s not a rocket science to identify revisions from reviewer to reviewer. Besides, sometimes there can be the demand to just accept revisions from certain person. With all these possible needs in consideration, we present you 4 working methods.

2 Ways to View Revisions from One Specific Reviewer Only

First of all, there are the viewing methods.

Method 1: Choose Reviewer

  1. To start with, click “Review” tab.
  2. Then click “Show Markup” in “Tracking” group.
  3. On the drop-down menu, click “Reviewer”.
  4. Next on the expand menu, you can see all reviewers are tracked by default. You should uncheck “All Reviewers” first to hide all revisions.Click "Review"->Click "Show Markup"->Click "Reviewers"->Click "All Reviewers"
  5. Then repeat first 3 steps. This time, tick the name of the reviewer whose revisions you want to observe, such as below:Choose "Reviewer"

Method 2: Use the “Go To” Feature

  1. Firstly, put cursor at the very beginning of the document.
  2. Then, click “Home” tab.
  3. Next click on the upside-down triangle near the “Find” command.
  4. Choose “Go To” to open the dialog box. “Ctrl+ G” is the shortcut combination.Put Cursor at the Start of File->Click "Home"->Click "Find"->Click "Go To"
  5. Now choose “Comment” in “Go to what” group.
  6. And select a reviewer.
  7. Finally, click “Next”. Your cursor will take you from the first comment to the last one. By the way, this method offers the view of comment only.Choose "Comment" for "Go to what"->Select a Reviewer->Click "Next"

2 Ways to Accept Revisions from One Particular Person

The first method here is only acceptable on the basis of “Method 1: Choose Reviewer”. Let’s take a quick look.

Method 1: Click to Accept

  1. Still, the job is to be finished under the “Review” tab. Click “Accept” in “Changes” group.
  2. Then on the extending list, choose “Accept All Changes Shown”.Click "Review"->Click "Accept"->Click "Accept All Changes Shown"

Method 2: Use the Macro

  1. At first, click “Developer” tab then the “Visual basic” to trigger the VBA editor. If the “Developer” tab is not available, press “Alt+ F11” instead.Click "Developer"->Click "Visual Basic"
  2. Next, click “Normal” and “Insert”.
  3. Then choose “Module”.Click "Normal"->Click "Insert"->Click "Module"
  4. Double click on the new module to have the editing area open.
  5. Then paste the following codes there:
Sub AcceptRevisionsFromCertainReviewer()
  Dim objRevision As Revision
 
  For Each objRevision In ActiveDocument.Revisions
    If objRevision.Author = "John Smith" Then
      objRevision.Accept
    End If
  Next objRevision
End Sub

Note: In the code line “If objRevision.Author = “John Smith” Then”, “John Smith” is the reviewer’s name. Certainly, you need to replace it with an actual reviewer name.

  1. At last, hit “Run”.Paste Codes->Click "Run"

Get Dead File back to Life

Nothing can be said to be certain. Likewise, no file is absolutely forever in secure. We have to prepare for the worst which is the loss of priceless data. Fortunately, most of these seemingly irrecoverable files are retrievable. And there are myriad products out there in the market. A reliable Word data damage recovery tool can save you time and effort while providing you with the highest recovery rate.

Author Introduction:

Vera Chen is a data recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including damaged xlsx file repair tool and pdf repair software products. For more information visit www.datanumen.com

3 responses to “4 Quick Ways to View and Accept All Revisions from a Specific Reviewer in Word”

  1. Good day! Do you know if they make any plugins to help with SEO? I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good results. If you know of any please share. Appreciate it!

Leave a Reply

Your email address will not be published. Required fields are marked *