RefreshTable Method

Applies To

PivotTable Object.

Description

Refreshes the PivotTable from the source data. Returns True if it is successful.

Syntax

object.RefreshTable

object

Required. The PivotTable object.

See Also

RefreshDate Property, RefreshName Property.

Example

This example refreshes the PivotTable.


Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable
pvtTable.RefreshTable