UserForm: Not part of, just used by, MS Applications like Word and Excel. Can use External additional Controls like Spreadsheet Control.

Details.dotm: Contains a UserForm to hold and display Information, which UserForm does not contain a Control to effectively hold or display an Excel Table or Range.

Details.dotm: Also contains a Word Doc with ContentControls, whose Data is entered programmatically from the UserForm via Sub "FillForm". (Rant, This sub should be named FillContentControls.) Such Sub does not yet have a method to transfer Excel Table to the Word Document.

Problems: The UserForm doesn't contain any Controls suitable for Excel Tables or Ranges. The "reconmmended" method of inserting an Excel Table into a Word Document is to paste the table in.