When you create a new document based on a Macro-Enabled Template (*.xltm), shouldn't the file it creates have the default file type of a Macro-Enabled Workbook (*.xlsm) instead of a standard Excel Workbook (*.xlsx)? So many of the users don't respond properly to the prompt when saving that when they open the file later, they've lost all the functionality.

I've tried using VBA to set the file type in various ways thanks to the helpful suggestions from this group, and as long as the user doesn't cancel out of the dialog or mess things up, it works fine but selecting Cancel, for instance, during the save-as causes the worksheet to save itself anyway with "FALSE.xlsm" as the file name....it does get the correct file type, but I cannot have all my files trying to save to that name.