Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Collapsing and Expanding Subdocuments
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
Find and Replace Almost Anything! An invaluable resource for learning how to harness the full power of Word's search and replace capabilities. You'll discover everything you need in order to master all the intricacies of finding and replacing elements of your document, including the super-powerful "wildcard searches" available in Word.