A family of Microsoft word processing software products for creating web, email, and print documents.
The option to "Use printer metrics to lay out document" is a Layout Option (Compatibility Option) that is available in Word 2013 and 2016 only if you set the document compatibility to Word 2010, which you can do with this simple procedure:
- Press Alt+F11 to open the VBA Editor.
- Press Ctrl+G to get to the Immediate window.
- In that window, type
ActiveDocument.SetCompatibilityMode 14
and press Enter. 4. Close the VBA Editor to return to the document. 5. Go to File | Options | Advanced: Compatibility options and set "Lay out this document as if created in" to "Microsoft Word 2010." 6. You will now see additional layout options that include "Use printer metrics..." Check that box. 7. Click OK to exit.
Is there anyway to make this permanent for all Word documents - or all Office 2016 documents?
We have a user on version 1708 (8431.2153 Click to Run) who has the issue of what she sees is not what printed and need a solution.