flashgordie
Board Regular
- Joined
- Jan 9, 2008
- Messages
- 92
- Office Version
- 365
- Platform
- Windows
I expect this may be a lot to ask, however I am hoping someone may be able to help me.
I have a workbook called “financials” that contains a worksheet called “template”. In the template worksheet, cell F3 contains a date.
I would like to add a button to the template worksheet. This button, when clicked by the user, would create a copy “template worksheet” and give the new copy a name of the contents found in cell F3. At the same time, it would place the newly created “F3 worksheet”, in the second position, or immediately to the right of the “template worksheet”.
Although this is not necessary, it would be a bonus, if when the new worksheet is created, if it could populate cell A3 in the copied worksheet with the text “Form Completed” and protect this newly created worksheet from being edited.
The code would need some form of validation so that if there was already a worksheet with the name of “F3”, that the user be asked to confirm over writing the “F3 worksheet”.
Note: this all would happen within the same workbook as financials. I do not want to create, or save to a new workbook.
Any help would be appreciated.
I have a workbook called “financials” that contains a worksheet called “template”. In the template worksheet, cell F3 contains a date.
I would like to add a button to the template worksheet. This button, when clicked by the user, would create a copy “template worksheet” and give the new copy a name of the contents found in cell F3. At the same time, it would place the newly created “F3 worksheet”, in the second position, or immediately to the right of the “template worksheet”.
Although this is not necessary, it would be a bonus, if when the new worksheet is created, if it could populate cell A3 in the copied worksheet with the text “Form Completed” and protect this newly created worksheet from being edited.
The code would need some form of validation so that if there was already a worksheet with the name of “F3”, that the user be asked to confirm over writing the “F3 worksheet”.
Note: this all would happen within the same workbook as financials. I do not want to create, or save to a new workbook.
Any help would be appreciated.