Hi Bob,
Seeing two pages at 100% zoom implies a very high-res monitor. On my system (1366*766 screen) , even as litte as 80% zoom still only displays the content from one page. On your system, it seems you might need to use more than 100% zoom. You can choose the zoom level in increments of 1%. I'd suggest trying 125% as a starting point.
This issue was recently beaten to death (again!) in the thread at
http://social.answers.microsoft.com/Forums/en-US/officeprog/thread/8864252c-da9d-4b34-8ad0-1face3a45fef
If you want to keep exactly 100% zoom, and it's currently showing you two pages at a time, reduce the width of the Word window (change it from maximized to restored if necessary) until only one page
appears.
Thanks Jay, adjusted my Word window to a smaller size and all is well.
--Bob
Why are the developers unwilling to implement a solution to this problem, and instead just telling us helpless users to live with a workaround? All it takes is to push a non-critical update through Microsoft Update to fix this for everybody.
I'm pretty sure you have a big team of developers working on developing Microsoft Word. If I can think of all the possible solutions below just by myself, why can't that whole team come up with something ever better? Seriously?
- Either: Provide a new option under
Word Options > Display > Page display options that says
"Prefer displaying single page in Print Layout view." with an information tooltip
(i) that says "Word prefers displaying two or more pages in a row if the zoom level and the width of its window allows it. Turn on this option to force Word to always display a single page per row at any zoom level, regardless of available
width."
- The next solution may be better than this as at low zoom levels the small unreadable pages will be displayed as a continuous string instead of a grid.
- You may even include a checkbox on the Ribbon to easily toggle this.
- Or: Provide a new option under
Word Options > Display > Page display options that says
"Prefer displaying one page instead of two pages in Print Layout view." with an information tooltip
(i) that says "Word prefers displaying two or more pages in a row if the zoom level and the width of Word's window allows it. Turn on this option to force Word to display a single page at zoom levels where normally two pages are displayed side
by side in a row. This option is most useful if you have a widescreen monitor, and it will not affect zoom levels where three or more pages can be displayed in a row."
- This means when the zoom level is small enough to allow three or more pages on a row, Word reverts to normal behavior (but two pages must always be shown as one page).
- You may even include a checkbox on the Ribbon to easily toggle this.
- Or: In the
Zoom section of View tab of the Ribbon, make One Page and
Two Pages buttons behave as toggle buttons. When
"One Page" is toggled on, always display one page no matter what the zoom level. When
"Two Pages" is toggled on, always display two pages unless the zoom gets too big. When
both are toggled off, use normal behavior.
- Of course, don't allow both to be toggled on at same time.
If Microsoft ever puts me in the dev team of Word, I'm telling you a LOT of things will change. For starters, I'll listen to user suggestions and attempt to implement the good bunch instead of throwing workarounds at them and telling them to live with it.
Of course, that's not gonna happen coz I don't know why manholes are round and not square!
Thanks, I have sent them a link to this topic. Let's see if they take notice.
PS: I thought "Microsoft Word MVP" means you're working on the software dev team of Microsoft Word. Sorry if that's not the case.
PS: I thought "Microsoft Word MVP" means you're working on the software dev team of Microsoft Word. Sorry if that's not
- Proposed as answer by Allthedamnnamesaretaken Monday, September 09, 2013 5:31 PM
- Proposed as answer by Allthedamnnamesaretaken Monday, September 09, 2013 5:31 PM
That's silly.
Manholes covers won't fall through because they are designed with a stepped opening
and cover that prevents the larger upper part from passing through the smaller lower part.
On the View tab, hit the One Page button. Then instead of using the zoom control on the bottom right corner, press Control key (hold it) and then use your mouse's wheel to adjust the zoom level. You will see Word zooming the page while keeping the single page view.
This has been printed and put on my wall!
On the View tab, hit the One Page button. Then instead of using the zoom control on the bottom right corner, press Control key (hold it) and then use your mouse's wheel to adjust the zoom level. You will see Word zooming the page while keeping the single page view.
This does not work for me. Let me give you the specifics. If I press the One Page button on the ribbon, my document shrinks to 82%. Now if I use Ctrl+MouseWheel, I can change the zoom (by 10% incremenets only). This means I can zoom the page to 102%, and yes, it does remain one page. But you know what? I don't want 102%; I want 100% exactly. So try this: Using the Zoom button, set the zoom to 150% (or whatever will force Word to display only one page due to screen width constraints.) Now start zooming down with Ctrl+MouseWheel. If you have the same experience I do, you'll notice that at a certain point (110% in my case), Word reverts to displaying two pages, and it stays like this when I reach 100%.
Okay, I just tried one more thing: I minimized the ribbon. Now when I go to One Page, the zoom is set at 90% (instead of the 82% I mentioned in my last post.) Now, when zooming larger, Word kept the display at one page when it reached 100%. So Ctrl+MouseWheel to zoom UP is the only way to get this.
And that's ridiculous.
Sharing what I've found - this fix makes me hate word 80% less :)
I added this as a standalone macro and linked it to a button on the quick access bar. Now one click and the problem is sorted.
Solution From: answers.microsoft.com/en-us/office/forum/office_xp-word/view-only-one-page-on-the-screen-at-a-time/1e5d7794-99b8-4779-8cca-9cef674ed366
Graham Mayor replied on September 21, 2010
.....
There is however a possible workaround suggested by fellow Word MVP Tony Jollans:
Save the following code saved in both an autoopen and an autonew macro in the normal template
With ActiveWindow.ActivePane.View.Zoom .PageColumns = 1 .Percentage = 100 'set percentage as required End With
(http://www.gmayor.com/installing_macro.htm will explain how)
This will set single page view at 100% zoom for every document opened or created.
http://www.gmayor.com- Proposed as answer by Chris_6 Monday, March 31, 2014 5:36 AM
Sharing what I've found - this fix makes me hate word 80% less :)
I added this as a standalone macro and linked it to a button on the quick access bar. Now one click and the problem is sorted.
Solution From: answers.microsoft.com/en-us/office/forum/office_xp-word/view-only-one-page-on-the-screen-at-a-time/1e5d7794-99b8-4779-8cca-9cef674ed366
Graham Mayor replied on September 21, 2010
.....
There is however a possible workaround suggested by fellow Word MVP Tony Jollans:
Save the following code saved in both an autoopen and an autonew macro in the normal template
With ActiveWindow.ActivePane.View.Zoom .PageColumns = 1 .Percentage = 100 'set percentage as required End With
(http://www.gmayor.com/installing_macro.htm will explain how)
This will set single page view at 100% zoom for every document opened or created.
http://www.gmayor.com- Proposed as answer by Chris_6 Monday, March 31, 2014 5:36 AM
I know this is an old one, but I have found another (built-in-)solution I did not read anywhere else:
TOOLBARS!
You can put toolbars to the left and the right of the Word window, creating less space for the page to be diplayed. If you do not want to use toolbars with buttons, then you can create empty toolbars with:
View => Toolbars => Customize... => New => OK
Now you will see a small window, which is your new, empty toolbar. Drag & drop it to the left or the right of the screen (if you put one to the left you should put an additional one to the right to keep the document in the center of the screen).
Repeat this until only one page is being displayed. I have a resulution of 1920x1080 and I had to create ten toolbars (five on each side) until only one page was shown with 100% zoom.
You do not need any macros or tricks for this, as the toolbar layout should be saved automatically.
I know this is an old one, but I have found another (built-in-)solution I did not read anywhere else:
TOOLBARS!
No currently-supported Word version has toolbars, so they are not a solution. The original post concerns Word 2007, which doesn't have them. Neither does Word 2010 or Word 2013.
I know this is an old one, but I have found another (built-in-)solution I did not read anywhere else:
TOOLBARS!
Yeesh!
As macropod said, not a real solution. Besides, to do the same you can just restore the window and make it narrow. Works on anything that has a window.
Works like a hot damn! Although as others have said this should be fixed to behave as expected - click on one page and set zoom using the zoom controls.
Thanks for posting this,
- Edited by Thelonious Punk Saturday, July 12, 2014 4:28 PM
It's so said that MS people don't understand user needs and suggesting solution that is convenient for MS and not for us. We want to be able to view a single page ad ANY zoom not just 100%.
Re-sizing window is... how to say it in a polite way, not very convenient at least.
Just do Ctrl+F, to bring up the navigation bar. This narrows your widescreen sufficiently enough to ensure that you can see just one page at a zoomed out view.
-From ICTG33K