Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.03 KB

Excel.PivotTable.AllocateChanges.md

File metadata and controls

40 lines (22 loc) · 1.03 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.AllocateChanges method (Excel)
vbaxl10.chm235191
vbaxl10.chm235191
Excel.PivotTable.AllocateChanges
6eb2d6b6-7340-fe63-611c-0972b9ccf496
05/08/2019
medium

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.

[!includeSupport and feedback]