PivotTable.EnableFieldList Property
False to disable the ability to display the field list for the PivotTable. If the field list was already being displayed it disappears. The default value is True. Read/write Boolean.
Syntax
expression.EnableFieldList
expression A variable that represents a PivotTable object.
Example
This example determines the whether the field list for the PivotTable can be displayed or not and notifies the user. The example assumes that a PivotTable exists on the active worksheet.
| Visual Basic for Applications |
|---|
|