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 him or her that a reviewer has completed review of the workbook.
public void ReplyWithChanges (object ShowMessage);
abstract member ReplyWithChanges : obj -> unit
Public Sub ReplyWithChanges (Optional ShowMessage As Object)
Parameters
- ShowMessage
- Object
true
to display the message; false
to not display 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, an exception is thrown.
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.