Hello again,
as far as anyone is interested in a solution - here is what I did now:
TL;DR: basic coding if you ever want to create a single document out of many others, chosing which documents should be put together.
(I did this to be able to create a generic document with descriptions and other information which is needed in a not determined composition)
My description was pretty basic and the solution is a little more complex which does not mean 'harder to code'.
I started in Excel choosing the documents I want to be put together. I also choose the path and the name of the target file.
I stored the document links in an array and called a Word macro (if you wonder why the array has 2 dimensions - I deleted some coding since I have optional documents which can be added if needed)
Excel macro:
In the Word macro the documents are simply but together and saved under the requested name.
Word code:
The macro recorder helped me saving the documents - might not look as nice as it could be.
If you have any suggestions or comments - feel free to reply.
Regards,
jk.
Bookmarks