I have selected a cell within a table and I need to return name of that table's name.
I am looking for somthing like:
TableName = ActiveTable.name
There are many creative ways to return lists of objects such as ActiveSheet.ListObjects but I only need to return the name of the active table.
Anyone have any thoughts?
I am looking for somthing like:
TableName = ActiveTable.name
There are many creative ways to return lists of objects such as ActiveSheet.ListObjects but I only need to return the name of the active table.
Anyone have any thoughts?