How to populate a word doc from a knowledge base or source document(s), using VBA or existing tools.
And example would be: I have a document that is used as a master/source document. It contains all the different sections that may be required in my reports. What I want to do is create a macro, that when it is opened there is a check box to select which sections of the source doc are to include in the new document, as required for the specific project report.
I could have: Section 1: Section 2: Section 3: ... Section X
I want to be able to create a document with and select say Sections 1, 2, 14, 22,...
We are using Macs, but I can develop on Windows if needed.