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 change Excel setting to do that :
File > Options > Proofing > AutoCorrect Options > AutoFormat As You Type and check Include new rows and columns in table
File > Options > Proofing > AutoCorrect Options > AutoFormat As You Type
Include new rows and columns in table
Or run this line only one time:
Application.AutoCorrect.AutoExpandListRange = True