To ensure one page view, reduce the screen resolution NOOR increase the zoom OR reduce the size of the window.
There is however a possible work around suggested by fellow Word MVP Tony Jollans
Save the following code saved in both an autoopen and an autonew macro in the normal template
With ActiveWindow.ActivePane.View.Zoom
.PageColumns = 1
.Percentage = 100 'set percentage as required
End With
(http://www.gmayor.com/installing_macro.htm will explain how)
This will set single page view at 100% zoom for every document opened or created.
Graham Mayor - Word MVP
www.gmayor.com
Posted via the Communities Bridge
http://communitybridge.codeplex.com/
NO, NO, and NO.
The first three suggestions are work around, hot fixes, band-aids, and NOT the solution to the original question.
The question was to change the setting by default.
You mention the macro in the normal template. Does that mean it only works when opening a new blank template?
I rarely use normal template or blank documents. Everything is based off another pre-developed template. I think I'm on the same page as Trumpy, look to essentially obsolete the two page view from all documents, templates, etc.
Is this possible?
I have not seen a solution yet for 2007, 2010 or 2013.