Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Donk Donk is offline
external usenet poster
 
Posts: 2
Default How to open document to a certain page number?

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?
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default How to open document to a certain page number?

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

--
Stefan Blom
Microsoft Word MVP


"Donk" wrote in message
...
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?






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
page break and page number insert does not work in word document Michele Microsoft Word Help 1 May 9th 06 12:10 PM
trying to insert page number 2 on third page of document trying to insert page number 2 on third Microsoft Word Help 1 October 24th 05 04:18 AM
Put page numbers on part of a document and/or restart page number Page numbering Microsoft Word Help 1 September 23rd 05 11:49 PM
how i insert page number on page 4 of the document Khawar Ahmad Microsoft Word Help 1 July 8th 05 07:24 PM
How do I get chapter number with my page number in a document? Daniel (Falun, Sweden) Microsoft Word Help 1 May 8th 05 05:34 PM


All times are GMT +1. The time now is 07:11 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"