Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.41 KB

Excel.QueryTable.EnableRefresh.md

File metadata and controls

41 lines (23 loc) · 1.41 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
QueryTable.EnableRefresh property (Excel)
vbaxl10.chm518084
vbaxl10.chm518084
Excel.QueryTable.EnableRefresh
79a0b628-b90d-1795-830f-e05bc6043517
05/03/2019
medium

QueryTable.EnableRefresh property (Excel)

True if the PivotTable cache or query table can be refreshed by the user. The default value is True. Read/write Boolean.

Syntax

expression.EnableRefresh

expression A variable that represents a QueryTable object.

Remarks

The RefreshOnFileOpen property is ignored if the EnableRefresh property is set to False.

For OLAP data sources, setting this property to False disables updates.

If you import data by using the user interface, data from a web query or a text query is imported as a QueryTable object, while all other external data is imported as a ListObject object.

If you import data by using the object model, data from a web query or a text query must be imported as a QueryTable, while all other external data can be imported as either a ListObject or a QueryTable.

Use the QueryTable property of the ListObject to access the EnableRefresh property.

[!includeSupport and feedback]