View Single Post
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman
 
Posts: n/a
Default When documents reopen, cursor is in same place when last close

To do that, you need to add a macro to your Normal.dot template or
another global template. The macro name 'AutoOpen' is special; it runs
whenever you open an existing document. This is the macro you need
(see http://www.gmayor.com/installing_macro.htm if needed):

Sub AutoOpen()
Application.GoBack
End Sub

Depending on your version of Word, you may have to add another macro
to make sure the last location is saved when you close Word; see
http://www.word.mvps.org/FAQs/AppErrors/GoBackFix.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sun, 12 Feb 2006 04:42:27 -0800, Andrew Denny
wrote:

Respectfully, I disagree. I see my request as similar to the person who
wants spell-checking on the fly. One could say 'just press F7' to
spellcheck, but I don't want to have to do that. I want it to check my
spelling automatically. And I want to open a document just where I left it.


"Anne Troy" wrote:

Open the document and hit Shift+F5.

************
Hope it helps!
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"Andrew Denny" wrote in message
...
In Word, I wish that when I reopen a document, the editing cursor jumps to
exactly where it was when I last closed the document.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...ocmanagemen t