Compiling contents from multiple docs based on a list
Hi,
I have a problem which is beyond my current VBA skill/knowledfge.
I have a list of documents (dynamic list, so it will change regularly). I want to be able to easily combine the content of all of the files in that list into a single word document.
e.g. if the list looks like this
File_1
File_2
File_7
File_4
And the content of these is as per the below (real ones are much longer
File_1: Good
File_2: Morning
File_3: You
File_4: Love
File_5: Idiot
File_6: Your
File_7: My
I want to end up with a single Word Document, which would have:
Good
Morning
My
Love
Is this something that's achievable via VBA or am I looking at something more complicated?
TIA
|