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 » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I center the page on the screen in Word?



 
 
Thread Tools Display Modes
  #1  
Old August 31st, 2009, 08:09 AM posted to microsoft.public.word.pagelayout
Frustrated User
external usenet poster
 
Posts: 11
Default How do I center the page on the screen in Word?

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  
Old August 31st, 2009, 09:04 AM posted to microsoft.public.word.pagelayout
Graham Mayor
external usenet poster
 
Posts: 18,297
Default How do I center the page on the screen in Word?

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  
Old September 1st, 2009, 05:07 PM posted to microsoft.public.word.pagelayout
Rich007
external usenet poster
 
Posts: 1
Default How do I center the page on the screen in Word?

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




 




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


All times are GMT +1. The time now is 09:12 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.