Returning to the Last Editing Position When Opening FilesLast reviewed: July 30, 1997Article ID: Q95694 |
The information in this article applies to:
SYMPTOMSMicrosoft Word does not retain the location of your insertion point when you save and close a document.
CAUSEThis occurs by product design.
WORKAROUND
Word 7.0, 97Press SHIFT+F5 after you open the document to move the cursor to its previous location.
Word 2.0, 6.0The following AutoOpen macro can be used to return your insertion point to its last editing position when a document is opened:
Sub MAIN If ExistingBookmark("\PrevSel1") Then EditGoTo "\PrevSel1" End SubTo create the above macro:
MORE INFORMATIONIf you want to return to a specific location each time you open a document, insert a bookmark at that location and then record an AutoNew macro that goes to that bookmark.
REFERENCES"Using WordBasic," by WexTech Systems and Microsoft, pages 88-89 and page 184. Kbcategory: kbusage kbmacro KBSubcategory: |
Additional query words: winword2 2.0 2.0a 2.0a-CD 2.0b 2.0c
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |