
Originally Posted by
AndrewCrisp
I am trying to work out how to create a series of workbooks from a single workbook - let me explain
I have a workbook that carries out a series of actions and then saves the workbook with a new name, leaving the "template" in it's original format.
What I want it to do is save book1 then create book2 .....bookx based on a list in the template.
Can anybody point me in the right direction?
Thanks
First create a variable for the file name. Then you need a loop which contains the instruction to save the file name. The loop counter should be used to work down the list of file names in the worksheet, and each time the current name in the list should be assigned to the file name variable. So suppose the file name variable is stFName, the save instruction within the loop is then:
HTH
Bookmarks