Guraknugen
New Member
- Joined
- Mar 15, 2017
- Messages
- 36
I guess I need some help, I have tried "everything" (obviously not, but I reached EndOfIdeas).
I want to save the current workbook as a macro enabled template at some destination, but I don't want the template to then be my "current workbook".
The problem is that ThisWorkbook.SaveCopyAs doesn't support FileFormat.
Any suggestions for workarounds?
I want to save the current workbook as a macro enabled template at some destination, but I don't want the template to then be my "current workbook".
Code:
ThisWorkbook.SaveCopyAs /Full/Path/To/Template.xltm, FileFormat:=xlOpenXMLTemplateMacroEnabled
Any suggestions for workarounds?
Last edited: