Everytime I open a new or existing document in word, it always opens in the reading layout. I want all documents to open in the print layout. How do I configure this to act as my default setting going forward?
Record a macro changing the view to whatever view you want.
Put that code as the AutoExec sub, in a code module in normal.dot. The code will runs when Word starts up, and the view will always be start with whatever you want.
Glad it works, but I have to point out: that is version specific. Plus it could be changed by someone doing the same thing, in reverse. When put as code, Word will open in exactly the view you want, not just "allow" opening in a particular way. Further, if is possible to use code to detect what your last view was for a document, and reopen it in that view; and return you to the last cursor location to boot.
In any case, glad you found what works for you here.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.