Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Page Layout / September 2007

Tip: Looking for answers? Try searching our database.

How to open document to a certain page number?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Donk - 11 Sep 2007 15:50 GMT
I created a several page word doc that is shared amongst my employees and
each time the document is opened it opens to the first page.  How do I set up
the document to always open at a specified page?
Stefan Blom - 14 Sep 2007 14:29 GMT
Use an auto macro in the attached template? This would be a simple example:

Sub AutoOpen()
  Selection.GoTo what:=wdGoToPage, Count:=5  'Go to page 5
End Sub

Or, which would be a little better, place a bookmark on the page you want to
go to, and use this code instead:

Sub AutoOpen()
  Selection.GoTo what:=wdgotobookmark, name:="bm_name_here"
End Sub

Signature

Stefan Blom
Microsoft Word MVP

>I created a several page word doc that is shared amongst my employees and
> each time the document is opened it opens to the first page.  How do I set
> up
> the document to always open at a specified page?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.