Forum Discussion
Nicodemus1960
Feb 07, 2022Copper Contributor
Opening a copy of an excel workbook and retaining original unchanged
I have a 'master' workbook which I want to make available to users but I want to be able to open a copy of the workbook and retain the master copy unchanged. Is there a Vba code to enable this? I h...
- Feb 07, 2022
Save the workbook as an Excel Template (*.xltx), or if it contains VBA code, as an Excel Macro-Enabled Template (*.xltm).
The default action for a template is to create a new workbook from the template.
HansVogelaar
Feb 07, 2022MVP
Save the workbook as an Excel Template (*.xltx), or if it contains VBA code, as an Excel Macro-Enabled Template (*.xltm).
The default action for a template is to create a new workbook from the template.
Nicodemus1960
Feb 07, 2022Copper Contributor
Hi Hans
Excellent thank you
Excellent thank you