Reply
 
Thread Tools Display Modes
  #1   Report Post  
Jason Morin
 
Posts: n/a
Default Open up document to original spot

I'm working on a large Word document. When I re-open the document, I'd like
it to open to the last page I was working on (which could be, for example,
page 34 of 60). When I open it now it opens at page 1 and I have to scroll
through the document, trying to find the page I was working on yesterday. How
can I tag my last location in the document when I save and close it, and have
Word open up at that tag?

I suppose I could generate a unique string at my cursor location during the
close event, and do a find on that unique string upon opening. But there must
be an easier way.

Thanks.
Jason
Word 2003, WinXP
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default

On Tue, 3 May 2005 14:28:25 -0700, "Jason Morin"
wrote:

I'm working on a large Word document. When I re-open the document, I'd like
it to open to the last page I was working on (which could be, for example,
page 34 of 60). When I open it now it opens at page 1 and I have to scroll
through the document, trying to find the page I was working on yesterday. How
can I tag my last location in the document when I save and close it, and have
Word open up at that tag?

I suppose I could generate a unique string at my cursor location during the
close event, and do a find on that unique string upon opening. But there must
be an easier way.

Thanks.
Jason
Word 2003, WinXP


After the document opens, press Shift+F5, which is the shortcut for
the GoBack command. This will take you to the location of the last
edit (and two more presses will take you to the two previous edits).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
Greg Maxey
 
Posts: n/a
Default

Jason,

Shift+F5 after the document opens will take you to the last spot that you
edited. You can put VBA code in an autoopen macro to open to the last
position edited

Sub AutoOpen()
Application.GoBack
End Sub

or you can bookmark a point that you want to return to each time. Lets call
it "OpenHere"

Sub AutoOpen()
'On Error GoTo Ignore
'If ActiveDocument.Bookmarks("OpenHere") "" Then
'Selection.GoTo What:=wdGoToBookmark, Name:="OpenHere"
'End If
'Igno Err.Clear
End Sub
--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

Jason Morin wrote:
I'm working on a large Word document. When I re-open the document,
I'd like it to open to the last page I was working on (which could
be, for example, page 34 of 60). When I open it now it opens at page
1 and I have to scroll through the document, trying to find the page
I was working on yesterday. How can I tag my last location in the
document when I save and close it, and have Word open up at that tag?

I suppose I could generate a unique string at my cursor location
during the close event, and do a find on that unique string upon
opening. But there must be an easier way.

Thanks.
Jason
Word 2003, WinXP



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
Templates gman Page Layout 17 April 22nd 05 06:35 PM
How to make doc's FullName into an AutoText entry without first inserting it into document Larry Microsoft Word Help 9 February 2nd 05 02:54 AM
Word 2000 - Document 1 and Document 2 always open on startup VM Microsoft Word Help 2 January 4th 05 11:54 PM
When I open a blank document in Word, an e-mail that I tried to s. kloegman Microsoft Word Help 1 December 17th 04 10:03 PM
Word 2003 takes 20secs to open document. Jason Langoulant Microsoft Word Help 2 December 13th 04 02:42 AM


All times are GMT +1. The time now is 06:05 PM.

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"