Is there a way to do a "Single Source Document" in Word via VBA or other techniques. My company creates training and wants to have a "master document" that hosts everything in the training and then from that, create the delivery modalities and materials. For example, a single master course would be able to be queries to output
- A trainer workbook, a student workbook and PowerPoint slides (for example for an instructor-Led training of 2 days and 4 seperate topics)
- 4 seperate PowerPoints for 1 hour sessions (for example, for remote delivery via WebEx). This would be a simplified version of the classroom course and that simplification, i.e. what content, would be defined within the single master Word document.
- Job aids that could be printed for both of the above.
So in all three situations above, the exact same content may appear in 1, 2 or all three of the delivery modalities. In the 2nd one, maybe only 2 things exist there that are not in the other modalities, for example.
My guess is that this would be done in VBA, but I'm not really sure how to get started.