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?
If you want to write it short:
[MyTable[header4]].Rows(2)