EndReview Method

Microsoft Excel Visual Basic

method.

expression.EndReview

expression    Required. An expression that returns one of the objects in the Applies To list.

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