Hi,
I have set my table to ListObject:
Dim my_table As Object
Set my_table = ThisWorkbook.Worksheets("Sheet1").ListObjects("Table1")
How can I find which table row is selected cell in?
I tried many ways like:
My_table.ListRows(selection.address).Range.Row
But it does not work
Bookmarks