I am trying to save a macro enabled template as a template.
For example, I have a workbook called Test.xltm and I want a macro within it to save over it, instead of calling Test1.xls.
The code I am trying to use to no avail is:
I get errors. Anyone know how to do what I am trying to do.
Just so you know, I want to be able to update a few things and then save as template so later when I go in I don't accidently save changes I didn't mean to.
For example, I have a workbook called Test.xltm and I want a macro within it to save over it, instead of calling Test1.xls.
The code I am trying to use to no avail is:
Code:
ThisWorkbook.SaveAs FileName:="Test.xltm"
I get errors. Anyone know how to do what I am trying to do.
Just so you know, I want to be able to update a few things and then save as template so later when I go in I don't accidently save changes I didn't mean to.