Share via


Workbook.EndReview Method (Excel)

Terminates a review of a file that has been sent for review using the SendForReview method.

Syntax

.EndReview

A variable that represents a Workbook object.

Example

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 the active workbook has been sent for review.

Sub EndWorkbookRev() 
 
 ActiveWorkbook.EndReview 
 
End Sub

참고 항목

개념

Workbook Object Members

Workbook Object