Microsoft Word: Jump To Last Cursor Position

Martin Brinkmann
Oct 6, 2009
Updated • Nov 24, 2013
Tutorials
|
22

If you open a Microsoft Word document you will notice that it will always open the first page of the document no matter if it is a new document or one that you accessed before.

That's fine under most circumstances but could be an issue for users who work with large documents in the application. Say you have read half-way through a document previously and want to continue where you stopped the last day. While you can scroll down the document manually to find that position in the document, or make use of bookmarks to find that part again, you may be interested in an easier option.

If you are also working with Microsoft Excel, you may have noticed that the program remembers the last cell used when you open a spreadsheet again in the program.

Here is a tip on how to get a similar option in Microsoft Word. The easiest way to make Word jump to the last cursor position in Word documents is to use the keyboard shortcut [Shift F5].

Pressing [Shift F5] in a recently launched Word document will place the cursor at the position of the last change in the document. Word will only record changes to the document this way. Simply placing the Word cursor in the Word document is not enough to make [Shift F5] jump to that position.

The other requirement is that the document needs to be saved in doc format. Word cannot perform the jump to the last cursor position if a txt or rtf document is loaded into the text editor. This little keyboard shortcut can be very useful in large Word documents that are edited over time.

So, instead of creating bookmarks, you simply make a small change, like adding a space character, to the document and save that before you exit it. Next time you open it, use Shift-F5 to jump to that position to continue working on it.

Update: Things work a little bit different in the most recent version of Microsoft Word. While it works more or less identical, things are a bit different here.

First of all, the Shift-F5 keyboard shortcut does not seem to work anymore in Word 2013. Pressing it does nothing at all in the application it seems.

word welcome back

A small notification on the right of the document is displayed on the other hand that you can click on to jump to the last position that you were at before you closed the document the last time. This option seems only valid for a short period of time, and when you start making edits again, it does not appear to be available anymore.

Advertisement

Previous Post: «
Next Post: «

Comments

  1. T800 said on January 10, 2014 at 10:01 am
    Reply

    If you put this to Normal.dot it should do it automatically on every opened document
    (hold Shift key while document is opening to disable):

    Sub AutoOpen()
    Application.GoBack
    End Sub

    You could also assign Shift-F5 keyboard shortcut to a (separate) macro.

  2. Mario said on November 24, 2013 at 10:32 pm
    Reply

    I tried to do it using macro, but it do not work.

    1. Martin Brinkmann said on November 24, 2013 at 11:00 pm
      Reply

      I have updated the guide. The shortcut does not seem to work anymore in Word 2013. You get a button on the right side on the other hand that lets you jump to the last edit location.

  3. Mario said on November 24, 2013 at 10:24 pm
    Reply

    Thenk you very a lot. I had search for this solution in many sites, but finally here I found a simple and pratic way to do that. But it would be simplier if were possible to configure Word to do it automatically always that a document is open. Someone knows how to do that?

  4. Amaigus said on February 12, 2013 at 2:11 pm
    Reply

    Solution (working in v2010):
    – ALT+F11 to pull up the vb macro editor.
    – Double click Normal>Microsoft Word Objects>ThisDocument (or put it in the document specifc one if you only want the behavior in that doc)
    – Add this text to the program file just openned:
    Private Sub Document_Open()
    ‘ Open to the cursor position when last closed.
    Application.GoBack
    End Sub

    1. Jeff Penna said on March 4, 2017 at 10:52 am
      Reply

      Thank you Amaigus
      I’ve been checking the internet on and off since 2010 for this functionality, its such a simple request I don’t know why Microsoft didn’t make word that way.
      Your one line of code has fixed it at last!

  5. Victor said on August 9, 2012 at 10:37 pm
    Reply

    Word 2007 here, Shift+F5 works for me.

  6. Jorge said on June 27, 2012 at 5:52 am
    Reply

    Thanks a lot for the tip… very handy

  7. Tillerman said on October 23, 2011 at 1:10 am
    Reply

    Sorry about first posting … Hope it makes sense. I should have read it through before pressing Submit Comment button.

  8. Tillerman said on October 23, 2011 at 1:04 am
    Reply

    I’m having the same problem… It does not work in 2007, and I’m so tempted to go back to Open Office. The problem is, I send large documents, and most people do not use Open Office and can’t open them.
    It’s a simple thing, I can’t understand why Microsoft didn’t include it. It’s so frustrating………..

  9. Tillerman said on October 23, 2011 at 12:58 am
    Reply

    It’s a shame that Microsoft didn’t learn from Open Office. that’s automatically opens your document to the last placed you typed.

  10. Tom said on October 4, 2011 at 12:05 am
    Reply

    Sorry, can’t get this to work in Word 2007. Even tried opening the document, Shift + F5, nothing…. scrolled to last edit, typed more, closed, reopened, Shift + F5, still nothing…

    1. Monika said on October 20, 2011 at 3:22 pm
      Reply

      True.
      It does not work in Word 2007.
      I sent a formal question to Microsoft Support Team on their website, waiting for the reply.

      1. Anonymous said on October 23, 2011 at 8:53 am
        Reply

        No serious reply from Microsoft (they advise using Review Mode instead, and they did not give me any settings for automatic placement of the cursor at the last change after opening of the document……)
        I guess the only option is using older versions of Word (but certain CATs “don’t like” them), or trying to fix the macro, here are some tips I found:
        http://word.mvps.org/faqs/apperrors/gobackfix.htm

        http://www.brainbell.com/tutorials/ms-office/Word/Return_To_The_Last_Editing_Position_When_Opening_A_Document.htm

  11. Doug said on September 7, 2011 at 6:47 pm
    Reply

    Thanks so much. I have a 236-page file (of Mac tips), and now I’ll use Shift-F5 to to jump where I last edited the file.

  12. Matthew B said on October 26, 2010 at 6:36 pm
    Reply

    Excellent tip. It’s going to save me so much time.

  13. paraselsus said on August 6, 2010 at 9:23 pm
    Reply

    Thanks a lot Martin! Very useful information. It is the problem which annoys me for ages). Since now never more! Sorry for my english

    1. Martin said on August 6, 2010 at 9:28 pm
      Reply

      You are welcome, sometimes those little tricks can make a huge difference.

  14. balint said on October 7, 2009 at 2:13 am
    Reply

    Hi,

    Is there any way to do the same in Google docs as well? I have a long excel sheet in G docs and every time I open it I have to scroll down a lot. Any suggestions? Thanks!

    B.

  15. yogi said on October 6, 2009 at 12:09 pm
    Reply

    Hey, that’s real helpful! Thanks.

    1. Karab Amabo said on September 20, 2013 at 9:04 am
      Reply

      Great tip! Thanks!

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.