I\'m trying to refer to a cell in an excel table by using the table header name and the row number using VBA.
How can I do this?
Much simpler, and dynamic:
ThisWorkbook.Worksheets("WorkSheet_Name").Range("Table_Name").Rows(Table_row_number).Select