EndReview Method

Terminates a review of a file that has been sent for review using the SendForReview method or that has been automatically placed in a review cycle.

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 presentation. When executed, this procedure displays a message asking if you want to end the review. This example assumes the active presentation is in a review cycle.

Sub EndPPTRev()
    ActivePresentation.EndReview
End Sub

Applies to | Presentation Object