Hello All,
I'm interested in creating some VBA to copy multiple worksheets while also allowing a user to edit the names.
I have the following worksheets
- Template
- Template Timeline
I would like to create a macro that copies them into the same workbook (moved to end) with a popup that allows the user to enter an alternative to the word Template. So the user could enter something into the popup like "Magic" and the newly copied sheets would show
- Magic
- Magic Template
Any help would be appreciated!
I'm interested in creating some VBA to copy multiple worksheets while also allowing a user to edit the names.
I have the following worksheets
- Template
- Template Timeline
I would like to create a macro that copies them into the same workbook (moved to end) with a popup that allows the user to enter an alternative to the word Template. So the user could enter something into the popup like "Magic" and the newly copied sheets would show
- Magic
- Magic Template
Any help would be appreciated!