Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 944 Bytes

Excel.PivotTable.EnableDrilldown.md

File metadata and controls

43 lines (25 loc) · 944 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.EnableDrilldown property (Excel)
vbaxl10.chm235106
vbaxl10.chm235106
Excel.PivotTable.EnableDrilldown
329e6c74-6b23-eac8-2ffb-45696076c712
05/08/2019
medium

PivotTable.EnableDrilldown property (Excel)

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 first PivotTable report on worksheet one.

Worksheets(1).PivotTables("Pivot1").EnableDrilldown = False

[!includeSupport and feedback]