Easiest method of creating multiple Word documents with incremental number?
Posted
by
DakotaDusty
on Super User
See other posts from Super User
or by DakotaDusty
Published on 2013-10-29T17:38:38Z
Indexed on
2013/10/30
15:58 UTC
Read the original article
Hit count: 147
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?
© Super User or respective owner