Workbook.EndReview method (Excel)
Terminates a review of a file that has been sent for review by using the SendForReview method.
expression.EndReview
expression A variable that represents a Workbook object.
This example terminates the review of the active workbook. When executed, this procedure displays a message asking if you want to end the review. This example assumes that the active workbook has been sent for review.
Sub EndWorkbookRev()
ActiveWorkbook.EndReview
End Sub
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.