
Tips.Net > WordTips Home > Printing > Print Preview > Setting the Default Print Preview Zoom Factor
Summary: Print Preview normally adjusts the zoom factor used for your document so that you can see an entire page at a time. If you want to see a different zoom factor in Print Preview, then you may need to use a macro or adjust your system settings a bit. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)
Dudley noticed that when he clicks on Print Preview, the resulting display is zoomed at a 33% rate. He was wondering if it is possible to have Word display the preview at, perhaps, a 50% zoom factor instead.
The short answer is that it isn't possible. Why? Because the hard-wired starting point for Print Preview is to use a "Whole Page" zoom factor. This is because Print Preview is designed to let you see what the page will look like when printed, not necessarily to read what is on that page. There is no way to change this default zoom factor setting in Print Preview itself.
There are workarounds, however. The "Whole Page" zoom factor can vary in size, depending on the size of the actual page you are displaying and depending on the size of the program window you are using to display Word. Thus, if you maximize the program window, you end up with more space in which to display the page in Print Preview. This means that Print Preview's "Whole Page" zoom factor doesn't need to shrink the page as much in order to display the whole page.
A logical extension of this is that you could also reduce the shrinkage by making sure that you are using the largest screen resolution possible in Windows. Larger screen resolutions allow you to put more information on the screen, and therefore less shrinkage is needed in Print Preview.
The other possible workaround is to create a macro that will display Print Preview for you. The macro could be assigned to a shortcut key or a toolbar button (the Quick Access toolbar in Word 2007) for easy use. Here's an example of a macro that will invoke Print Preview and then set the zoom factor to 50%.
Sub MyPrintPrev()
With ActiveWindow.View
.Type = wdPrintPreview
.Zoom.Percentage = 50
End With
End Sub
Tip #494 applies to Microsoft Word versions: 97 2000 2002 2003 2007
Step Up and Take Control! Subscribers to WordTips know just how valuable a resource it is. WordTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on WordTips archives and e-books.
Check out WordTips Premium today!
It doesn't matter if you are a beginner or expert, the WordTips archives are the fastest way to improved productivity. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips