Cursor Opening

J

Jeff J

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
 
G

Greg Maxey

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top