I have a table in Excel that when users add data after the table, the data doesn\'t belong to the table.
I\'ve created a code that can be executed to extend the table. T
You can put your code as a handler for the Worksheet_Change event.
Arrtice on MSDN