Worksheet.PivotTableBeforeDiscardChanges Event (Excel)
Occurs before changes to a PivotTable are discarded.
expression .PivotTableBeforeDiscardChanges(TargetPivotTable, ValueChangeStart, ValueChangeEnd)
expression A variable that represents a Worksheet object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
TargetPivotTable | Required | The PivotTable that contains the changes to discard. | |
ValueChangeStart | Required | Long | The index to the first change in the associated PivotTableChangeList object. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection. |
ValueChangeEnd | Required | Long | The index to the last change in the associated PivotTableChangeList object. The index is specified by the Order property of the ValueChange object in the PivotTableChangeList collection. |
Return Value
Nothing