PivotTable.ViewCalculatedMembers Property
When set to True (default), calculated members for Online Analytical Processing (OLAP) PivotTables can be viewed. Read/write Boolean.
Syntax
expression.ViewCalculatedMembers
expression A variable that represents a PivotTable object.
Example
This example determines if calculated members can be viewed on the PivotTable and notifies the user. It assumes that a PivotTable exists on the active worksheet.
| Visual Basic for Applications |
|---|
|