PivotField.CalculatedItems Method
Excel Developer Reference |
Returns a CalculatedItems collection that represents all the calculated items in the specified PivotTable report. Read-only.
Syntax
expression.CalculatedItems
expression A variable that represents a PivotField object.
Return Value
CalculatedItems
Remarks
For OLAP data sources, this method returns a zero-length collection.
Example
This example creates a list of calculated items and their formulas.
Visual Basic for Applications |
---|
|
See Also