rolo
Member
Hello,
When table name & table column are known, I use this code to select the table column:
But what if I have to get my table name & my table column from cells, like:
How can I select my table column using those variables?
Thanks for your help!
When table name & table column are known, I use this code to select the table column:
Code:
Range("Countries[Code]")
But what if I have to get my table name & my table column from cells, like:
Code:
TBName=range("A1")
TBColumn=range("A2")
How can I select my table column using those variables?
Thanks for your help!