PivotTable.AllocationMethod property (Excel)
Returns or sets the method to use to allocate values when performing what-if analysis on a PivotTable report based on an OLAP data source. Read/write.
Syntax
expression.AllocationMethod
expression A variable that represents a PivotTable object.
Return value
Remarks
The AllocationMethod property corresponds to the Allocation Method setting in the What-If Analysis Settings dialog box. The default setting is xlEqualAllocation, which corresponds to the Equal Allocation setting.
If the AllocationMethod property is set to xlWeightedAllocation, which corresponds to the Weighted Allocation setting, you can optionally specify the weight expression to use by setting the AllocationWeightExpression property.
If you don't specify a weight expression, a weight expression equivalent to <leaf cell value> / <existing value>
is used.
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.