Tandaan
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o baguhin ang mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Rejects all changes in the specified shared workbook.
Syntax
expression.RejectAllChanges (When, Who, Where)
expression A variable that represents a Workbook object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| When | Optional | Variant | Specifies when all the changes are rejected. |
| Who | Optional | Variant | Specifies by whom all the changes are rejected. |
| Where | Optional | Variant | Specifies where all the changes are rejected. |
Example
This example rejects all changes in the active workbook.
ActiveWorkbook.RejectAllChanges
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.