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...
True, but for the properties that are applicable it would be much less hassel to loop thru them and let the loop generate a report instead of listing them out one by one.
They are in a object container somewhere and I am using a computer. But for now I just keep writting them out on the chalk...
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.