I needed code to track previous cell location.
It tracks previous and current cell by row and column.
If user selects a range of cell it captures the left upper cell address. I am using this do to the fact that excel does not have a keypress event for worksheet.
Global CellTracker(1, 1) As...
Looking for help with the following:
Sub ListQueryTableProperties()
Dim ws As Worksheet, P As propterty
Dim wsQry As QueryTable
Set ws = Worksheets("Sheet4")
Set wsQry = ws.QueryTables(1)
For Each P In wsQry.Properties
Debug.Print P.Name; Tab; P.Value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.