| title | PivotTable.RefreshTable method (Excel) | |
|---|---|---|
| keywords | vbaxl10.chm235092 | |
| f1_keywords |
|
|
| api_name |
|
|
| ms.assetid | 778743e3-c53a-23e3-73c6-c18339cd1ac2 | |
| ms.date | 05/09/2019 | |
| ms.localizationpriority | medium |
Refreshes the PivotTable report from the source data. Returns True if it's successful.
expression.RefreshTable
expression A variable that represents a PivotTable object.
Boolean
This example refreshes the PivotTable report.
Set pvtTable = Worksheets("Sheet1").Range("A3").PivotTable
pvtTable.RefreshTable[!includeSupport and feedback]