PivotTable.AllocateChanges method (Excel)

Performs a writeback operation for all edited cells in a PivotTable report based on an OLAP data source.

Syntax

expression.AllocateChanges

expression A variable that represents a PivotTable object.

Return value

Nothing

Remarks

The AllocateChanges method will execute an UPDATE CUBE statement for all changes made in the values area of the PivotTable since the last apply changes operation was committed, or since the PivotTable was created if commiting apply changes has never been performed.

This method generates a run-time error if it is executed on a PivotTable report based on a non-OLAP data source.

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.