Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Andrew Denny
 
Posts: n/a
Default When documents reopen, cursor is in same place when last closed.

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
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Anne Troy
 
Posts: n/a
Default When documents reopen, cursor is in same place when last closed.

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



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Andrew Denny
 
Posts: n/a
Default When documents reopen, cursor is in same place when last close

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




  #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




  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Andrew Denny
 
Posts: n/a
Default When documents reopen, cursor is in same place when last close

With respect, (once again) I don't want a kludge or workaround. and I can't
be bothered with a macro. I'm moderately experienced and I couldn't be
bothered to install a macro (I've tried in the past, and I've never bothered
to remember them, more trouble than they are worth), so what hope for the
dozen other people with whom I work, and who know even less. :-)

I'm simply saying this should be built into Word (and any other document
editing program). When I open a document in Word it remembers the zoom level
and the type of display (e.g. page layout, normal or outline).

So why can't it simply remember the point at which I left off editing the
document? It's not much to ask of Microsoft (or any other company, although
I get the feeling that Microsoft listen more than most).


"Jay Freedman" wrote:

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






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default When documents reopen, cursor is in same place when last close

With respect, although I can see that it would be valuable to have this as
an option, I would not want this behavior for most of the documents I open.
For one thing, it would result in the behavior you see in Excel, viz., that
if you open a document just to look at it and move the insertion point, you
are prompted to save it on closing. We already have enough
questions/complaints from users about being prompted to save documents when
they have just opened them and want to close them without making any
changes.

In any case, I don't think Shift+F5 is that burdensome. If you use Word at
all effectively, I'm sure you manage to remember quite a few other keyboard
shortcuts.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Andrew Denny" wrote in message
...
With respect, (once again) I don't want a kludge or workaround. and I

can't
be bothered with a macro. I'm moderately experienced and I couldn't be
bothered to install a macro (I've tried in the past, and I've never

bothered
to remember them, more trouble than they are worth), so what hope for the
dozen other people with whom I work, and who know even less. :-)

I'm simply saying this should be built into Word (and any other document
editing program). When I open a document in Word it remembers the zoom

level
and the type of display (e.g. page layout, normal or outline).

So why can't it simply remember the point at which I left off editing the
document? It's not much to ask of Microsoft (or any other company,

although
I get the feeling that Microsoft listen more than most).


"Jay Freedman" wrote:

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





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
Problems merging multiple Word documents Tevibear Microsoft Word Help 2 June 26th 05 12:27 AM
Macros - Keyboard Commands Janet Microsoft Word Help 6 April 11th 05 05:28 AM
Wordperfect Office 2000 conversion to Word 2003 MikeE New Users 1 March 21st 05 12:04 AM
Boiletplates from Word Perfect linda Microsoft Word Help 1 January 28th 05 05:37 PM
how do i keep the toolbars in the same place on all documents angie Microsoft Word Help 1 January 19th 05 04:36 AM


All times are GMT +1. The time now is 02:42 AM.

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"