Remarks

This object and its associated properties and methods aren't available for OLAP data sources because calculated fields and items aren't supported.

Example

Use the property to return the PivotFormulas collection. The following example creates a list of PivotTable formulas for the first PivotTable report on the active worksheet.

Visual Basic for Applications
For Each pf in ActiveSheet.PivotTables(1).PivotFormulas Cells(r, 1).Value = pf.Formula r = r + 1 Next
Pivot Formulas Collection Object PivotFormulas Collection PivotFormulas Collection Object PivotFormulas Collection object?

See also: