Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
The default view in the Print Layout has the page justified to the left. How
can I center it on my monitor so that it dosen't look so lopsided? Microsoft Word 2007 |
#2
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Do you mean that the page area occupies the left side of the Word window? If
so increase the view zoom or reduce the size of the window until it moves to the centre. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org frustrated user wrote: The default view in the Print Layout has the page justified to the left. How can I center it on my monitor so that it dosen't look so lopsided? Microsoft Word 2007 |
#3
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Under View Zoom, click the button under "Many pages" and then click a
single page (the top left one) to give you a "1 x 1 pages". Now if you zoom using the mouse wheel while holding Ctrl, it wont matter what the zoom percentage is, your page will always be centred. Unfortunately, it isn't sticky (in my Word 2003), so if you are using a wide screen monitor, this comes back each time you start a new document. (Anyone know a registry hack for this???) You could put the following code in a macro and either call it from a button on the toolbar, or add it to an autoexec macro in the normal template: Sub ZomeOnePageWidth() ' Macro to force one page only across the screen width and zoom to 100%. ' With ActiveWindow.ActivePane.View.Zoom .PageColumns = 1 .Percentage = 100 End With End Sub Another way round this is to have a task pane showing and adjust its width so there isn't room for two pages side by side at your preferred zoom setting. Hope that helps. Cheers Rich "Graham Mayor" wrote: Do you mean that the page area occupies the left side of the Word window? If so increase the view zoom or reduce the size of the window until it moves to the centre. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org frustrated user wrote: The default view in the Print Layout has the page justified to the left. How can I center it on my monitor so that it dosen't look so lopsided? Microsoft Word 2007 |
#4
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Highlight the "100%" and change it to 101%... done!
On Monday, August 31, 2009 3:09 AM frustrated user wrote: The default view in the Print Layout has the page justified to the left. How can I center it on my monitor so that it dosen't look so lopsided? Microsoft Word 2007 On Monday, August 31, 2009 4:04 AM Graham Mayor wrote: Do you mean that the page area occupies the left side of the Word window? If so increase the view zoom or reduce the size of the window until it moves to the centre. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org frustrated user wrote: On Tuesday, September 01, 2009 12:07 PM Rich007 wrote: Under View Zoom, click the button under "Many pages" and then click a single page (the top left one) to give you a "1 x 1 pages". Now if you zoom using the mouse wheel while holding Ctrl, it wont matter what the zoom percentage is, your page will always be centred. Unfortunately, it is not sticky (in my Word 2003), so if you are using a wide screen monitor, this comes back each time you start a new document. (Anyone know a registry hack for this???) You could put the following code in a macro and either call it from a button on the toolbar, or add it to an autoexec macro in the normal template: Sub ZomeOnePageWidth() ' Macro to force one page only across the screen width and zoom to 100%. ' With ActiveWindow.ActivePane.View.Zoom .PageColumns = 1 .Percentage = 100 End With End Sub Another way round this is to have a task pane showing and adjust its width so there is not room for two pages side by side at your preferred zoom setting. Hope that helps. Cheers Rich "Graham Mayor" wrote: Submitted via EggHeadCafe - Software Developer Portal of Choice ComponentOne Studio for ASP.NET AJAX - Free License Giveaway http://www.eggheadcafe.com/tutorials...-giveaway.aspx |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why is the entire page off center and to the left of my screen? | Microsoft Word Help | |||
Word documents open in left hand side of screen? Cant center it? | Microsoft Word Help | |||
How do I center page on screen? (margins are all 1') | Page Layout | |||
How do I center calendar on my screen? | Page Layout | |||
My pages ruler is in the center of the screen | Page Layout |