Range.PivotField Property
Excel Developer Reference |
Returns a PivotField object that represents the PivotTable field containing the upper-left corner of the specified range.
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 |
---|
|
See Also