I create a template where all sheets are hidden except for a Warning sheet.
On opening the template (actually a copy of the template), user is presented with the Warning sheet.
This advises that macros must be enabled to give full functionality from the workbook.
If the user clicks "Enable Content", "Enable Macros" etc., then the Workbook_Open Event will fire,
and I hope to be able to control proceedings thereon.
However, if they do not enable macros, and start exploring their display .................
they might click "Close" or "Save" or "SaveAs" etc.
My (limited) understanding was that when a true template file is opened, then it is actually
a copy of the original file that is opened, and thus the original file is preserved.
For some reason, that does not seem to be the case for my template file - at least not always.
This happens when the user chooses not to enable macros and tries to do something else !
Complete beginner here, so how do I stop the user from doing anything other than;
a) enable content/macros
or
b) close - without modifying the original template file
Thanks in advance for your interest/help.