QueryTable.ResetTimer method (Excel)

Resets the refresh timer for the specified query table or PivotTable report to the last interval that you set by using the RefreshPeriod property.

Syntax

expression.ResetTimer

expression A variable that represents a QueryTable object.

Example

This example resets the refresh timer for the first query table on the active worksheet.

ActiveSheet.QueryTables(1).ResetTimer

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.