![]() |
|
#1
|
|||
|
|||
|
For some reason, when I open a word doc, especially from an older version, the document opens in multiple view. I checked the options to see if I can make the "One Page" at 100% my default view for every doc I open. Can't seem to find anything. Is this possible, if so how? Thanx
|
|
#2
|
||||
|
||||
|
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
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Default settings don't stay when default language changes
|
Nathan | Word | 1 | 10-21-2013 03:59 AM |
| Calendar default view | ReviTULize | Outlook | 0 | 02-29-2012 03:22 PM |
Separate projected view vs. PC view possible?
|
frank14612 | PowerPoint | 3 | 02-19-2012 02:43 AM |
| Outlook 2010 does not use default appointment time as shown in Options\Tasks\default | Axel | Outlook | 1 | 01-19-2012 09:39 AM |
Print layout as default view
|
nsv | Word | 2 | 12-10-2010 01:22 PM |