QueryTable Object Events

See Also

Query table events occur when a query table is refreshed. These events are enabled by default. To view the event procedures available for a particular sheet, right-click the sheet tab and then click View Code on the shortcut menu. In the Procedure drop-down list box in the Code window, click the name of the event you want to use.

AfterRefresh
BeforeRefresh

Note   To write event procedures for a query table, you must first create a new object by using the WithEvents keyword in a class module. For more information, see Using Events with the QueryTable Object.