_Workbook.ReplyWithChanges Method
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.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ReplyWithChanges ( _
ShowMessage As Object _
)
'Usage
Dim instance As _Workbook
Dim ShowMessage As Object
instance.ReplyWithChanges(ShowMessage)
void ReplyWithChanges(
Object ShowMessage
)
Parameters
ShowMessage
Type: System.ObjectOptional Object. False does not display the message. True displays the message.
Remarks
Use the SendForReview 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.