Reading in values from an Excel spreadsheet (I have this part down), and then outputting them into a number of Word Documents.
For example: Taking name, address, e-mail, phone information from the Excel spreadsheet, then outputting it into a formatted Word Document.
I know how to do all of this except for outputting X number of documents. I know how to and have it set up to output to a single document no problem, that's easy.
Any help appreciated, thanks.
I suppose it could also work to just have a page break between each section of information, if it's possible to do that from c++.