Hi,
Here's what I have:

Master Template.xltm containing 5 sheets (each sheet has the same code).

What I would like to happen is as follows:

1. user opens the template.
2. user is then only able to copy 1 or more of the 5 sheets to a new
workbook.
3. user can save the new book to their chosen folder.
4. it must be a new filename and begin with "Project " then user's choice.
5. the new workbook must take the file extension ".xlsm".
6. the original template is saved with no changes.
7. the new workbook is saved, but any code used to carry out the above
is not included.
8. when user opens their new book, it will include the sheet code and
ThisWorkbook code from the original template (except as noted in 7.).

Any help with this would be much appreciated.
Thanks.