PivotTable.DisplayImmediateItems Property
Returns or sets a Boolean that indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. Set this property to False to hide the items in the row and column areas when the data area of the PivotTable is empty. The default value is True.
Syntax
expression.DisplayImmediateItems
expression A variable that represents a PivotTable object.
Example
This example determines how the PivotTable was created and notifies the user. It assumes a PivotTable exists on the active worksheet.
| Visual Basic for Applications |
|---|
|