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.
Life saver... our IT Company said there was no way this issue could be resolved and a quick google search and it worked.
I can not tell you how many hours wasted trying to fix this. I've shared this all through the office.