You've probably lost hope.
And here in the meantime...
First, prepare the abc2.docx file properly. Each control, starting with MonDate, should be identifiable. I use the Tag property for this purpose. The structure of the tag looks like this: ControlTitle_WeekDay_SessionNo, e.g. LiteracyOracy_Mon_1, DCFDropDown_Wed_3, Donaldson_Tue_2, etc.
By selecting the [Change Tags] button, the macro will do it for you, adding the correct Tag to all needed controls and some will complete the Title (Not all Donaldson controls have titles!). Because the CSCWelshContinuum control "does not match" to previous ones, the code was programmed in a different way.When it is found, please specify the day of the week yourself and Session No. If there is a need to manually change the Tag, select the control and select the Developer / Controls / Properties from the ribbon and enter the appropriate description in the "Tag" field.
To import data from * .docx files, you also need to prepare an Excel workbook. It contains sheets with the same names as the Control Titles. All you need to do is click [Download log data], point to the WinWord file and the rest will do it yourself. You can add additional files to the list, which will be saved under the last entry in each sheet. You do not need to download data chronologically. After importing enough to sort all the tables in relation to the date.
The attached abc2 (mod).docx file is the result of the macro "Change Tags".