Results 1 to 2 of 2

Thread: Transfer Word specific form data to Excel worksheet

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,273
    Location
    The obvious solution is to insert a control structure in your:
    For Each CCtl In .ContentControls
      …
    Next
    loop to determine which content control data to extract. Since you haven't told us anything about how those content controls might be identified (e.g. by title, tag, type, bookmark name(s) & range(s) in relation to the content controls, location in a table, etc.), it's impossible to be more specific.

    PS: When posting code, please post properly-formatted code so we can see its structure.
    Last edited by macropod; 04-14-2022 at 06:07 AM.
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

Posting Permissions

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