I'm writing a rather lengthy Word document. Is there any
way for it to open where I left off with the cursor
instead of it opening at page one again? Jeff J
Stefan Blom - 29 Dec 2003 13:17 GMT
Press SHIFT+F5; it moves the cursor to the last edit
position.
Stefan Blom
>-----Original Message-----
>I'm writing a rather lengthy Word document. Is there any
>way for it to open where I left off with the cursor
>instead of it opening at page one again? Jeff J
>.
Greg Maxey - 29 Dec 2003 13:29 GMT
Jeff,
You can press SHIFT+F5 when the document opens.
As an alternative, you can put the following line in an
AutoOpen Macro:
e.g.,
Sub AutoOpen()
Application.GoBack
End Sub
>-----Original Message-----
>I'm writing a rather lengthy Word document. Is there any
>way for it to open where I left off with the cursor
>instead of it opening at page one again? Jeff J
>.