Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.06 KB

Excel.PivotTable.Allocation.md

File metadata and controls

38 lines (21 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.Allocation property (Excel)
vbaxl10.chm235187
vbaxl10.chm235187
Excel.PivotTable.Allocation
ac7bd537-97f0-f643-3e34-dd13e49ac149
05/08/2019
medium

PivotTable.Allocation property (Excel)

Returns or sets whether to run an UPDATE CUBE statement for each cell that is edited, or only when the user chooses to calculate changes when performing what-if analysis on a PivotTable based on an OLAP data source. Read/write.

Syntax

expression.Allocation

expression A variable that represents a PivotTable object.

Return value

XlAllocation

Remarks

The Allocation property corresponds to the Calculate with changes setting in the What-If Analysis Settings dialog box. The default setting is xlManualAllocation, which corresponds to the Manually (when selecting calculate PivotTable with changes) setting.

[!includeSupport and feedback]