Reference
QueryTable object events occur when a QueryTable object 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 QueryTable object, 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.
See also
!include[Support and feedback]