PivotTable.ShowPages(Object) Method

Definition

Creates a new PivotTable report for each item in the page field. Each new report is created on a new worksheet.

public object ShowPages (object PageField);
Public Function ShowPages (Optional PageField As Object) As Object

Parameters

PageField
Object

Optional Object. A string that names a single page field in the report.

Returns

Remarks

This method isn’t available for OLAP data sources.

Applies to