I have a normal.dotm template for Word that has a couple of things I can’t seem to change.
It opens with the default language being Spanish – when it should be English. I’ve tried opening the template, setting the default proofing language back to UK, and saving the template. This makes no difference – next time I open a new document it’s the same.
I can fix this by creating an autonew macro:
Selection.WholeStory
Selection.LanguageID = wdEnglishUK
But that seems overcomplicated. What’s going on?
The “company” field in the properties can’t be updated. The company name has changed; but the box stubbornly keeps the same field content. Similar problem. I could add something to the autonew to update the company document property, of course; but I’d rather understand why editing the properties in normal.dotm and saving it won’t do the trick.