ValueChange.PivotCell property (Excel)

Returns a PivotCell object that represents the cell (tuple) that was changed. Read-only.

Syntax

expression.PivotCell

expression A variable that represents a ValueChange object.

Return value

PivotCell

Remarks

When the value of the VisibleInPivotTable property of the specified ValueChange object is True, the PivotCell property returns a PivotCell object for the cell (tuple) that was changed.

When the value of the VisibleInPivotTable property of the specified ValueChange object is False, the PivotCell property returns NULL.

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.