Consulting

Results 1 to 17 of 17

Thread: Word Content Control Data Import to Excel Table

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Jun 2017
    Posts
    7
    Location

    Word Content Control Data Import to Excel Table

    A previous post, Extracting Word form Data and exporting to Excel spreadsheet, provides the solution to open all the Word files in a folder and copy all the content control data to Excel. This is very close to what I would like to accomplish, but I would like the resulting data to be placed in a named Excel table.

    I used Macropod's code as a starting point. Attempted to modify the wdDoc portion of the code to reference the Excel table (tbl_Employees) on the Employees worksheet, but hit a snag.

    The code is in the Employees.xlsm file. Example files for extraction are the two *.docx files.

    The current code is (sadly) broken.
    I appreciate any help someone might offer.
    Thanks in advance,
    Jewel
    Attached Files Attached Files
    Last edited by jewel; 06-28-2017 at 11:20 AM. Reason: Wrong file attached

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •