Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 922 Bytes

Excel.Workbook.EndReview.md

File metadata and controls

41 lines (24 loc) · 922 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.EndReview method (Excel)
vbaxl10.chm199208
vbaxl10.chm199208
Excel.Workbook.EndReview
cd4a445b-4731-43ba-e46a-f80f19ea5a17
05/29/2019
medium

Workbook.EndReview method (Excel)

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

Syntax

expression.EndReview

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

Sub EndWorkbookRev() 
 
 ActiveWorkbook.EndReview 
 
End Sub

[!includeSupport and feedback]