Consulting

Results 1 to 2 of 2

Thread: import excel values to word docproperty

  1. #1
    VBAX Newbie
    Joined
    Apr 2012
    Posts
    1
    Location

    import excel values to word docproperty

    Hi
    I want to set word docproperty values from excel spreadsheet
    for example I want to build excel table with this valuse
    dcument id | 1-2012
    document title | order of apples
    catalog number | 125879

    and so on

    now when i run the code i want to find in docpropety 3 fileds with those values

    dcument id | 1-2012
    document title | order of apples
    catalog number | 125879

    how can i do it ?

    thanks

  2. #2
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Depending on what your ultimate aim is, you may be able to use a mailmerge, or Object Linking & Embedding (OLE). No macros required.
    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
  •