Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 777 Bytes

File metadata and controls

42 lines (25 loc) · 777 Bytes
title PivotTable.RefreshTable method (Excel)
keywords vbaxl10.chm235092
f1_keywords
vbaxl10.chm235092
api_name
Excel.PivotTable.RefreshTable
ms.assetid 778743e3-c53a-23e3-73c6-c18339cd1ac2
ms.date 05/09/2019
ms.localizationpriority medium

PivotTable.RefreshTable method (Excel)

Refreshes the PivotTable report from the source data. Returns True if it's successful.

Syntax

expression.RefreshTable

expression A variable that represents a PivotTable object.

Return value

Boolean

Example

This example refreshes the PivotTable report.

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

[!includeSupport and feedback]