#1   Report Post  
Posted to microsoft.public.word.docmanagement
leahl[_2_] leahl[_2_] is offline
external usenet poster
 
Posts: 12
Default Word 2007 Shift F5

I read in a book that the Shift F5 remembers the last 3 locations where text
was edited. It also stated ..."This setting is persistent, too. When you
open a document, if you want to retun to the last location you were editing,
press Shift + F5."
I press Shift F5 before I cLose the document and it returns me to the last 2
locations that were edited -not 3. Also, when I open the document, pressing
Shift F5 did nothing. Any comments?
--
Leah L. Hinds
Project Manager, Training & Support
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Word 2007 Shift F5

Unfortunately, Shift+F5 does *not* work on opening a document in Word 2007.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"leahl" wrote in message
...
I read in a book that the Shift F5 remembers the last 3 locations where
text
was edited. It also stated ..."This setting is persistent, too. When you
open a document, if you want to retun to the last location you were
editing,
press Shift + F5."
I press Shift F5 before I cLose the document and it returns me to the last
2
locations that were edited -not 3. Also, when I open the document,
pressing
Shift F5 did nothing. Any comments?
--
Leah L. Hinds
Project Manager, Training & Support



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word 2007 Shift F5

leahl wrote:
I read in a book that the Shift F5 remembers the last 3 locations
where text was edited. It also stated ..."This setting is
persistent, too. When you open a document, if you want to retun to
the last location you were editing, press Shift + F5."
I press Shift F5 before I cLose the document and it returns me to the
last 2 locations that were edited -not 3. Also, when I open the
document, pressing Shift F5 did nothing. Any comments?


Word does remember three locations, including the one you were at when you
first press Shift+F5. Continuing to press Shift+F5 three or more times
should cycle among the three locations.

In Word 2007, the mechanism for saving the last location in the document
file on closing is broken. In previous versions, the file stores a bookmark
named \PrevSel1 (see http://www.word.mvps.org/FAQs/AppErrors/GoBackFix.htm).
Apparently when the code to write the new docx file format was designed,
someone forgot to require the storage of this bookmark, so there is no
information in the reopened document about where to return to.

It would probably be possible to write a set of macros to store and retrieve
the bookmark correctly, but I haven't seen it yet. The Microsoft development
team knows about this bug (I told them myself, more than a year ago), so
let's hope it gets fixed in an update.

--
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.


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jaime Jaime is offline
external usenet poster
 
Posts: 8
Default Word 2007 Shift F5

Jay,
Thanks for your postings on the Shift+F5 Word2007 bug. You have tracked this
one for more than a year.
Is there an MS official list of bugs and their status? I found more info on
other sites than on the MS site on bugs like this! If MS knows about the bug
it would only be fair that they post a status somewhere!.
Thanks
Jaime


"Jay Freedman" wrote:

leahl wrote:
I read in a book that the Shift F5 remembers the last 3 locations
where text was edited. It also stated ..."This setting is
persistent, too. When you open a document, if you want to retun to
the last location you were editing, press Shift + F5."
I press Shift F5 before I cLose the document and it returns me to the
last 2 locations that were edited -not 3. Also, when I open the
document, pressing Shift F5 did nothing. Any comments?


Word does remember three locations, including the one you were at when you
first press Shift+F5. Continuing to press Shift+F5 three or more times
should cycle among the three locations.

In Word 2007, the mechanism for saving the last location in the document
file on closing is broken. In previous versions, the file stores a bookmark
named \PrevSel1 (see http://www.word.mvps.org/FAQs/AppErrors/GoBackFix.htm).
Apparently when the code to write the new docx file format was designed,
someone forgot to require the storage of this bookmark, so there is no
information in the reopened document about where to return to.

It would probably be possible to write a set of macros to store and retrieve
the bookmark correctly, but I haven't seen it yet. The Microsoft development
team knows about this bug (I told them myself, more than a year ago), so
let's hope it gets fixed in an update.

--
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.



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word 2007 Shift F5

Hi Jaime,

There is no comprehensive, official _public_ list of known bugs. There is an
internal bug database, but it's available only to Microsoft employees (which
I'm not, nor is any MVP).

The only official publications about bugs are the ones that make it into the
KnowledgeBase, and those articles never say anything about status other than
"this is a known issue", "there is a hotfix", or "this is fixed in Service
Pack xyz".

Jaime wrote:
Jay,
Thanks for your postings on the Shift+F5 Word2007 bug. You have
tracked this one for more than a year.
Is there an MS official list of bugs and their status? I found more
info on other sites than on the MS site on bugs like this! If MS
knows about the bug it would only be fair that they post a status
somewhere!.
Thanks
Jaime


"Jay Freedman" wrote:

leahl wrote:
I read in a book that the Shift F5 remembers the last 3 locations
where text was edited. It also stated ..."This setting is
persistent, too. When you open a document, if you want to retun to
the last location you were editing, press Shift + F5."
I press Shift F5 before I cLose the document and it returns me to
the last 2 locations that were edited -not 3. Also, when I open the
document, pressing Shift F5 did nothing. Any comments?


Word does remember three locations, including the one you were at
when you first press Shift+F5. Continuing to press Shift+F5 three or
more times should cycle among the three locations.

In Word 2007, the mechanism for saving the last location in the
document file on closing is broken. In previous versions, the file
stores a bookmark named \PrevSel1 (see
http://www.word.mvps.org/FAQs/AppErrors/GoBackFix.htm). Apparently
when the code to write the new docx file format was designed,
someone forgot to require the storage of this bookmark, so there is
no information in the reopened document about where to return to.

It would probably be possible to write a set of macros to store and
retrieve the bookmark correctly, but I haven't seen it yet. The
Microsoft development team knows about this bug (I told them myself,
more than a year ago), so let's hope it gets fixed in an update.

--
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.



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
Shift+F5 doesn't work in Word 2007 GMc Microsoft Word Help 10 January 27th 09 05:46 AM
alt+shift+b shortcut doesn't work in Word 2007 Laura Battarbee Microsoft Word Help 1 August 24th 07 11:34 AM
Quick Bookmark Shift F5 WordPerfect Control+Shift+Q bretsharon New Users 9 April 23rd 07 10:41 PM
Shift Shift Go Away!!! STAY PUT!!! :o) 23Hitamn Microsoft Word Help 3 August 30th 06 11:39 PM
how do i set up a shift log in word? mr. williams Microsoft Word Help 0 May 26th 05 03:47 PM


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