A family of Microsoft word processing software products for creating web, email, and print documents.
The "set as default" button in any dialog may fail to save changes to the Normal template for several reasons, including interference from an add-in or an incorrect permissions setting on the Normal.dotm file. When that happens, you can open the Normal template itself "as a document", make the changes there, and save it.
To open the Normal.dotm template in the easiest way:
- Press Alt+F11 to open the macro editor.
- Press Ctrl+G (or click View > Immediate Window) to open the Immediate panel at the bottom right of the editor.
- Type or copy/paste the following line into the Immediate panel and press Enter:
NormalTemplate.OpenAsDocument
- Close the macro editor.
In your case, set the desired print tray in the Page Setup dialog and click OK (don't bother with the Set As Default button). In the body of the template, insert a space and backspace to remove it, to "dirty" the template so Word will know there's something to save. Then save and close the template.