Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Siddu Siddu is offline
external usenet poster
 
Posts: 1
Default how to open a word file to different page no instead of 1st page

When i clicks on a word file, I want to configure it for different page no to
open.
Please help me to do the needful.


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default how to open a word file to different page no instead of 1st page

You can use an AutoOpen macro in the attached template. In this simple
example, a bookmark named "test" is selected:

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

See http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"Siddu" wrote in message
...
When i clicks on a word file, I want to configure it for different page no
to
open.
Please help me to do the needful.









  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default how to open a word file to different page no instead of 1st page

Or go to the page number = here page 3?

Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:="3"

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Stefan Blom wrote:
You can use an AutoOpen macro in the attached template. In this simple
example, a bookmark named "test" is selected:

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

See http://www.gmayor.com/installing_macro.htm.


"Siddu" wrote in message
...
When i clicks on a word file, I want to configure it for different
page no to
open.
Please help me to do the needful.



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
open a .txt file and Word is changing page numbers wilfet Microsoft Word Help 6 January 26th 07 07:29 AM
How do I open a document to the last page read (not page 1)? sarahwilson65 Microsoft Word Help 2 June 9th 06 12:29 AM
open new file in existing page - word 2003 endorphin Microsoft Word Help 2 May 30th 06 10:50 PM
I click File New it opens blank page. Need to open templates. Pam Microsoft Word Help 1 April 18th 06 08:53 PM
How do I open a multi-page Word document on a specific page every Daggie1212 Microsoft Word Help 1 December 5th 05 10:11 PM


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