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.

Visual Basic for Applications
ActiveSheet.QueryTables(1).ResetTimer

See also: