Syntax

expression.PivotTableUpdate(Target)

expression A variable that represents a Worksheet object.

Parameters

Name Required/Optional Data Type Description
Target Required The selected PivotTable report.

Return Value
Nothing

Example

This example displays a message stating that the PivotTable report has been updated. This example assumes you have declared an object of type Worksheet with events in a class module.

Visual Basic for Applications
Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable) MsgBox "The PivotTable connection has been updated." End Sub
pivot pivot table update pivottableupdate pivottableupdate event

See also: