Note:In the above code, you should change the user name “ RubyMie” to your name as you need.ģ. VBA code: Accept track changes from one user: Sub Acceptoneuser()įor Each xChange In ActiveDocument.Revisions Click Insert > Module, and paste the following macro in the Module Window. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.Ģ. To reject all changes at the same time, select Reject and then click Reject. To accept all changes and revisions at the same time, select Accept and then click Accept All Changes. In the drop-down menu, you can Accept/Reject and Move to Next. Click the bottom half of the Accept or Reject.
#How to accept edits in word code#
If the above method is some troublesome for you, here is a simple VBA code which also can do you a favor, please do with the following steps:ġ. Open your Microsoft Word MacOS and go to the Review tab. At last, you should display the track changes from other reviewers, please click Show Markup > Specific People, check All Reviewers as following screenshot shown: Now, only the track changes from this specific person have been accepted, see screenshot:ĥ. And then, click Accept > Accept All Changes Shown, see screenshot:Ĥ. Then, go on clicking Show Markup > Specific People, and then check one reviewer whose track changes you want to accept, see screenshot:ģ. Open the Word file contains the track changes, and then click Review > Show Markup > Specific People, and then uncheck All Reviewers to hide all reviews, see screenshot:Ģ. To accept the track changes from only one user, the Show Markup feature in Word can help you, please do as this:ġ. In Word 2016 and later, you can also use Document Inspector to check for tracked changes. Under the Review tab, go to the comment icon that says Delete (next to the New Comment icon) and choose Delete All Comments in Document. How could solve this task in Word document?Īccept track changes from one specific user in WordĪccept track changes form one specific user with VBA code Under the Review tab, click on the Accept icon and select Accept All Changes. You can navigate through the formatting changes by clicking previous or next. (A) Go through all the comments one by one by clicking either the Accept or Reject button. Go to the Changes section of the Review tab. Now, you just need to accept the track changes from one specific person. In the menu at the top of the Word document, click the Review tab. Supposing, you have a Word document that reviewed by multiple persons as following screenshot shown. How to accept track changes from specific one user in Word document?