Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-07-2025, 05:59 AM
chrisjj chrisjj is offline In Word 2003, how do I get the view to automatically show a single page? Windows 7 64bit In Word 2003, how do I get the view to automatically show a single page? Office 97-2003
Competent Performer
In Word 2003, how do I get the view to automatically show a single page?
 
Join Date: Aug 2025
Posts: 120
chrisjj is on a distinguished road
Default In Word 2003, how do I get the view to automatically show a single page?

The nearest thing I've found is View > Zoom > Whole page, but this does not keep the vertical scroll to show just one page e.g. upon Find.



One workaround would be a key to set zoom and scrolls to show just current page of the caret position, but I find none.
Reply With Quote
  #2  
Old 09-07-2025, 08:47 AM
Charles Kenyon Charles Kenyon is offline In Word 2003, how do I get the view to automatically show a single page? Windows 11 In Word 2003, how do I get the view to automatically show a single page? Office 2021
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,535
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Another thing that would require a macro, I believe.
It should be both an AutoOpen and an AutoNew macro in the Normal.dot file.


The thing is that Word takes the setting from the last used, for the particular file, I believe. So, any time you would change the view, you would get that view upon reopening that document. If that document was the last one open when you closed Word, that would be the starting point for a new document.

It has been about 15 years since I have routinely used Word 2003 for anything. While I have access to Word 97 on my computer, I do not have Word 2003 at this time. If you would prefer I not respond to your questions, say so.
Reply With Quote
  #3  
Old 09-07-2025, 10:42 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline In Word 2003, how do I get the view to automatically show a single page? Windows 11 In Word 2003, how do I get the view to automatically show a single page? Office 2021
Moderator
 
Join Date: Aug 2011
Posts: 4,036
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

Older versions of Word were bad at preserving a single page view. Recent versions are a little better, but not much better. As Charles suggested, you'll need a macro.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote
  #4  
Old 09-07-2025, 10:46 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline In Word 2003, how do I get the view to automatically show a single page? Windows 11 In Word 2003, how do I get the view to automatically show a single page? Office 2021
Moderator
 
Join Date: Aug 2011
Posts: 4,036
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

Something like this would do the trick:

Code:
Sub SetSinglePageView()

On Error GoTo errhandler
ActiveWindow.View.Type = 3 'Print Layout
ActiveWindow.View.Zoom.PageColumns = 1
ActiveWindow.View.Zoom.Percentage = 100   'specify the zoom you want
errhandler:
Exit Sub
End Sub

You'd have to add the macro to the Normal template and also call the macro from Sub AutoOpen() and Sub AutoNew() in the Normal template.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
In Word 2003, how do I get the view to automatically show a single page? When I click any pages,word automatically view first page Onrzcan Word 3 07-01-2016 07:42 AM
Within a table format, a single cell can't automatically flow to the next page? laurieli Word 3 12-09-2015 07:09 PM
In Word 2003, how do I get the view to automatically show a single page? Print preview does not show all the columns in Page View Patben Excel 1 11-11-2015 05:04 AM
How do I create a table in Word where I can single click a cell and it automatically highlights? QA Inspector Word 2 05-14-2015 07:22 PM
In Word 2003, how do I get the view to automatically show a single page? How do you view a single page delboy Word 29 01-25-2013 06:42 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft