Range.DiscardChanges method (Excel)

Discards all changes in the edited cells of the range.

Syntax

expression.DiscardChanges

expression A variable that represents a Range object.

Remarks

For a range based on an OLAP data source, this method removes all values and formulas entered in the cells, and then runs an update operation to retrieve the latest values from the data source. It sets the data source value to NULL for all value cells that are edited, and also executes a ROLLBACK TRANSACTION statement against the OLAP server.

For ranges based on non-OLAP data sources, this method simply clears all edited cells.

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.