True if drilldown is enabled. The default value is True. Read/write Boolean.

Syntax

expression.EnableDrilldown

expression A variable that represents a PivotTable object.

Remarks

Setting this property for a PivotTable report sets it for all fields in that report.

For OLAP data sources, the value is always True.

Example

This example disables drilldown for all fields in the the first PivotTable report on worksheet one/.

Visual Basic for Applications
Worksheets(1).PivotTables("Pivot1").EnableDrilldown = False
allow drilling down pivot table enable drilldown Enable Drilldown Property EnableDrilldown enabledrilldown property keep end user drilling permit drill down

See also: