Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 733 Bytes

Excel.PivotCache.Refresh.md

File metadata and controls

37 lines (22 loc) · 733 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotCache.Refresh method (Excel)
vbaxl10.chm227080
vbaxl10.chm227080
Excel.PivotCache.Refresh
2833d199-342c-9e2e-d1f8-88c33a74bac6
05/03/2019
medium

PivotCache.Refresh method (Excel)

Causes the specified PivotCache to be redrawn immediately.

Syntax

expression.Refresh

expression A variable that represents a PivotCache object.

Example

This example refreshes the PivotTable cache for the first PivotTable report on the first worksheet in a workbook.

Worksheets(1).PivotTables(1).PivotCache.Refresh

[!includeSupport and feedback]