I recently used ChatGTP to help me create VBA-Scrips for such tasks. But then, I have a little experience in programming myself, I just need reminders on how to create the code for the specific task.
I used to do a similar task with data from CSV files, but word should work as well, as long as the table inside the document can be identified automatically.
step 1: add the "developer tools" (or however they are called in english) to your excel menu band. It should be available in the selection menu, but unchecked by default.
step 2: record a macro (importing one file to excel via the excel dialogue, maybe test the optimal settings beforehand), and give it a short name and a short description (that can be done later, but don't forget)
step 2.5: open the macro in Excel, a new window will open with the code
step 3: add code to identify all files in the folder and cycle through them (a forum or AI can help), and replace the code that identifies the one file you used.
step 4: add code to identify the last line in your table so you can paste at the right location (a forum or AI can help) and replace the select-command.
step 5: test
step 6: correct
step 7: goto step 5
You can save the macro in the excel file, or in your own personal.xlsb.
Addendum: you can let the forum or AI do the whole script in one go (steps 2 to 4), you just need to define the task in sufficient detail. You still will have to test yourself.