I would like to get this to work with multiple querytables on multiple sheets but I'm not sure as to where to start.
Class Module
Public WithEvents qt As QueryTable
Private Sub qt_AfterRefresh(ByVal Success As Boolean)
Dim LastRowColumnT As Long
Dim Selection1 As Range
Dim...