Easiest method of creating multiple Word documents with incremental number?
- by DakotaDusty
I need to create about 80 Word documents that are identical except for a numerical identifier in the document. The identifier is the same as the document filename, eg. the document named "SN-100.doc" must have the string "SN-100" inside the document text.
Each unique document will reside in a folder location given by its unique numerical identifier.For example, the file directory hierarchy will look something like this:
/SN001/SN-1.doc
/SN002/SN-2.doc
.
.
.
/SN080/SN-80.doc
What is the easiest and fastest method of doing this?