![]() |
#1
|
|||
|
|||
![]()
Greetings! I've always wondered if it is possible to set Word's preferences to show the page at a certain percentage. More often than not, I manually adjust the page view at 200%. Is there any way to set this as a default?
Thank you! |
#2
|
||||
|
||||
![]()
At least in WinWord, you must make use of auto macros to ensure that all documents display in the same view and zoom:
Code:
Sub AutoOpen() ActiveWindow.View.Type = wdPrintView ActiveWindow.View.Zoom.Percentage = 200 End Sub Sub AutoNew() ActiveWindow.View.Type = wdPrintView ActiveWindow.View.Zoom.Percentage = 200 End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
#3
|
|||
|
|||
![]()
Stefan, that's amazing. Thanks for helping me with my first macro. Much appreciated.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Default worksheet page | cleejr | Excel | 5 | 07-05-2012 06:03 AM |
Charting percentages within a percent | Tom0822 | Excel | 0 | 03-05-2012 08:50 PM |
Possible: Make default print one page? | lone road | Excel | 0 | 01-10-2012 09:47 PM |
Work as percent of another task | JohnG10 | Project | 0 | 12-10-2010 07:51 AM |
Percent Complete doesn't change End Date?? | jrwpmw | Project | 2 | 03-11-2010 01:40 PM |