A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Default Print Preview Zoom



 
 
Thread Tools Display Modes
  #1  
Old June 12th, 2006, 05:15 PM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Default Print Preview Zoom

Using Word 2003 on (2) different computers. Word 2002 on another --all
exhibit same issue.

I want the default Print Preview to default to 100% with One Page view.

No matter how I last leave the zoom, Word does not seem to remember
what it was. It is 61%, 38% or 42% on each PC -- how does this happen?
Do I have to change a registry setting?


Thank you!

  #2  
Old June 13th, 2006, 06:29 AM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Default Print Preview Zoom

The following macro saved in normal.dot of each PC will cause preview to
initially open always at 100% by intercepting the built-in command.

Sub FilePrintPreview()
ActiveDocument.PrintPreview
ActiveWindow.ActivePane.View.Zoom.Percentage = 100
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




wrote:
Using Word 2003 on (2) different computers. Word 2002 on another --all
exhibit same issue.

I want the default Print Preview to default to 100% with One Page
view.

No matter how I last leave the zoom, Word does not seem to remember
what it was. It is 61%, 38% or 42% on each PC -- how does this happen?
Do I have to change a registry setting?


Thank you!



  #3  
Old June 13th, 2006, 12:36 PM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Default Print Preview Zoom

Works great..Thank you!

Graham Mayor wrote:
The following macro saved in normal.dot of each PC will cause preview to
initially open always at 100% by intercepting the built-in command.

Sub FilePrintPreview()
ActiveDocument.PrintPreview
ActiveWindow.ActivePane.View.Zoom.Percentage = 100
End Sub

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




wrote:
Using Word 2003 on (2) different computers. Word 2002 on another --all
exhibit same issue.

I want the default Print Preview to default to 100% with One Page
view.

No matter how I last leave the zoom, Word does not seem to remember
what it was. It is 61%, 38% or 42% on each PC -- how does this happen?
Do I have to change a registry setting?


Thank you!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Issue with default print to color [email protected] Powerpoint 2 December 9th, 2005 03:13 PM
Printer Control and Print/Preview Problems Peter Hallett Setting Up & Running Reports 3 November 5th, 2005 03:19 AM
Matching Print Preview to Two Page Editing Layout w. Mirror Margin MichaelM Page Layout 1 August 24th, 2005 03:33 PM
Default zoom setting for print preview of reports?? John Schmidt Using Forms 3 March 18th, 2005 09:01 PM
Zoom on print preview Steven New Users 6 April 29th, 2004 03:42 AM


All times are GMT +1. The time now is 02:23 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.