Expand Minimize
This topic has not yet been rated - Rate this topic

Workbook.EndReview Method (Excel)

Published: July 16, 2012

Terminates a review of a file that has been sent for review 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 the active workbook has been sent for review.

Sub EndWorkbookRev() 
 
 ActiveWorkbook.EndReview 
 
End Sub
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.