Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
DavidOfRedfern DavidOfRedfern is offline
external usenet poster
 
Posts: 4
Default Shift & F5 not working in Word 2007

Hello

The ability to open a Word document and go to your last saved change is not
working in Word 2007. This fault is very frustrating; also reducing
productivity.

I understand that the problem has been noted by other users and that the
solution requires an update. Any idea when an update may be availabe. My
organisation is using Vista, Word 2007 Business edition.

Thank you.

----------------
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
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Shift & F5 not working in Word 2007

You can work around it easily enough with a couple of macros in the normal
template e.g.

Sub OpenAt()
ActiveDocument.Bookmarks.Add Range:=Selection.Range, Name:="OpenAt"
End Sub

Added to a keyboard shortcut or to a button on the QAT, when run it will
insert a bookmark at the cursor position called OpenAt. Or you could
incorporate the command line in a macro to intercept the Save and Save as
functions to mark the last cursor position before saving the document.

The following macro will check for that bookmark and select it if present
when a document is opened.

Sub AutoOpen()
If ActiveDocument.Bookmarks.Exists("OpenAt") = True Then
ActiveDocument.Bookmarks("OpenAt").Select
End If
End Sub

http://www.gmayor.com/installing_macro.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



DavidOfRedfern wrote:
Hello

The ability to open a Word document and go to your last saved change
is not working in Word 2007. This fault is very frustrating; also
reducing productivity.

I understand that the problem has been noted by other users and that
the solution requires an update. Any idea when an update may be
availabe. My organisation is using Vista, Word 2007 Business edition.

Thank you.

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



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
Multilevel Lists- shift tab not working leahl[_2_] Microsoft Word Help 5 December 15th 08 04:32 AM
shift+f5 not working in word 2007 kr Microsoft Word Help 1 October 7th 08 09:48 AM
Shift+F5 not working laurie_g Microsoft Word Help 9 March 7th 07 12:42 PM
Shift tab not working H2OMOM Microsoft Word Help 4 October 28th 05 06:12 PM
shift not working for caps colin Microsoft Word Help 1 March 9th 05 06:44 PM


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