Expand Minimize
This topic has not yet been rated - Rate this topic

Range.DiscardChanges Method (Excel)

Published: July 16, 2012

Discards all changes in the edited cells of the range.

Version Added: Excel 2010

expression .DiscardChanges

expression A variable that represents a Range object.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.