Consulting

Results 1 to 4 of 4

Thread: Extracting ContentControl Data from a Word Doc into an Excel Sheet for analyzing

  1. #1

    Question Extracting ContentControl Data from a Word Doc into an Excel Sheet for analyzing

    I'm am completely new to VBA and coding in general. What I am trying to do is get user input from a Word doc survey utilizing ContentControls into an Excel workbook for analyzing. Participants will need to select their manager's name, department, and job role from a DropDown ContentControl. They will then read a statement and select 1-5 in a dropdown. There are 15 statements with 15 dropdowns. I would like the completed docs to be uploaded to a shared drive, then using a macro, extract the data from those files for management to analyze. Any help? using Word and Excel 2013

  2. #2
    I am learning VBA as I go so I am not asking for someone to write it out but I would like some help on the actual procedure to extract from a content control drop down, systematically going through each separate word file, and placing it into a workbook

  3. #3

  4. #4
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,645
    In your case I would use a userform in Excel and ignore Word altogether.

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
  •