I have a dotm with macros stored in it. When a new document is created, there is a reference to the dotm file (if you’re looking at the project in VBA editor) which I need to eliminate.
Is it somehow possible to do this with VBA code?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can sever the original reference by replacing it with a reference to another template using the
Attachedtemplateproperty. For example: