You will have to use a couple of auto macros that you add to the Normal template:
Code:
Sub AutoOpen()
With ActiveWindow.View
.Type = 3 'Print Layout view
.Zoom.PageColumns = 1
.Zoom.Percentage = 120
End With
End Sub
Sub AutoNew()
With ActiveWindow.View
.Type = 3 'Print Layout view
.Zoom.PageColumns = 1
.Zoom.Percentage = 120
End With
End Sub
For assistance with the installation, see
http://www.gmayor.com/installing_macro.htm.