PivotTable.ListFormulas method (Excel)

Creates a list of calculated PivotTable items and fields on a separate worksheet.

Syntax

expression.ListFormulas

expression A variable that represents a PivotTable object.

Remarks

This method isn't available for OLAP data sources.

Example

This example creates a list of calculated items and fields for the first PivotTable report on worksheet one.

Worksheets(1).PivotTables(1).ListFormulas

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.