BeforeRefresh Event

See Also         Example         Applies To

Occurs before any refreshes of the query table. This includes refreshes resulting from calling the Refresh method, from the user's actions in the product, and from opening the workbook containing the query table.

Syntax

Private Sub QueryTable_BeforeRefresh(Cancel As Boolean)

Cancel   False when the event occurs. If the event procedure sets this argument to True, the refresh doesn't occur when the procedure is finished.