Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.06 KB

Excel.pivottable.drillto.md

File metadata and controls

39 lines (23 loc) · 1.06 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
PivotTable.DrillTo method (Excel)
vbaxl10.chm235208
vbaxl10.chm235208
9f700cba-2cf5-4b13-707f-254148ddf73a
05/08/2019
medium

PivotTable.DrillTo method (Excel)

Enables you to drill to a location within an OLAP-based or PowerPivot-based cube hierarchy.

Syntax

expression.DrillTo (PivotItem, CubeField, PivotLine)

expression A variable that represents a PivotTable object.

Parameters

Name Required/Optional Data type Description
PivotItem Required PIVOTITEM The member from which the drill operation is performed.
CubeField Required CUBEFIELD The target hierarchy being drilled to.
PivotLine Optional Variant Specifies the line in the PivotTable where the operation starting member resides. In cases where PivotLine is not specified, defaults to the top PivotLine where the member appears.

Return value

VOID

[!includeSupport and feedback]