Share via


PivotCell.PivotItem Property (Excel)

Returns a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.

Syntax

.PivotItem

A variable that represents a PivotCell object.

Example

This example displays the name of the PivotTable item that contains the active cell on Sheet1.

Worksheets("Sheet1").Activate 
MsgBox "The active cell is in the item " & _ 
 ActiveCell.PivotItem.Name

참고 항목

개념

PivotCell Object

PivotCell Object Members