Syntax

expression.PivotField

expression A variable that represents a Range object.

Example

This example displays the name of the PivotTable field that contains the active cell.

Visual Basic for Applications
Worksheets("Sheet1").Activate MsgBox "The active cell is in the field " & _ ActiveCell.PivotField.Name

See also: