I have a word template with an ActiveX Control in it. A 'feature' of that template is that when you open a new document based on such a template, word thinks/has changed the template as well. However, such a template is now set to readonly. Hence, when I do a objWordDoc.saveAs("whatever.doc", a dialog box pops up in word asking me to save the template.
How could I stop word from doing that?
I tried
already, but doesn't work. I can't find a parameter in the SaveAs method that has got anthing to do with Not saving the underlying template.
How could I stop word from doing that?
I tried
Code:
wordApp.displayAlerts = false