_Workbook.ReplyWithChanges(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends an e-mail message to the author of a workbook that has been sent out for review, notifying them that a reviewer has completed review of the workbook.
public void ReplyWithChanges (object ShowMessage);
Public Sub ReplyWithChanges (Optional ShowMessage As Object)
Parameters
- ShowMessage
- Object
Optional Object. False does not display the message. True displays the message.
Remarks
Use the SendForReview(Object, Object, Object, Object) method to start a collaborative review of a workbook. If the ReplyWithChanges method is executed on a workbook that is not part of a collaborative review cycle, the user will receive an error.