Workbook.ShowPivotTableFieldList Property
True (default) if the PivotTable field list can be shown. Read/write Boolean.
Syntax
expression.ShowPivotTableFieldList
expression A variable that represents a Workbook object.
Example
In this example, Microsoft Excel determines if the PivotTable field list can be shown and notifies the user.
| Visual Basic for Applications |
|---|
|