PivotItem.DrillTo method (Excel)

The DrillTo method supports drilling to a specified PivotField from a PivotItem.

Syntax

expression.DrillTo (PivotItemName)

expression A variable that represents a PivotItem object.

Parameters

Name Required/Optional Data type Description
PivotItemName Required String The name of the PivotItem to drill to.

Remarks

For OLAP data sources, the PivotField being drilled to has to be in the same hierarchy as the PivotItem being drilled or, if multiple attribute hierarchies are placed next to each other on rows or columns, the PivotField being drilled to has to be one of the attribute hierarchies that are next to each other; no user hierarchies can be placed in between the PivotField of the PivotItem being drilled and the PivotField being drilled to. If these conditions are not met, a run-time error is returned.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.