open at a specific word

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to open Word documents and templates at a specific word rather
than having to scroll to it.
 
And what qualities might this word have that would give Word a fighting
chance of identifying it?

The last word you typed last time you edited the document?
Always the same word, or a word you somehow want to pass as a parameter?
The first word on the third page? The seventeenth word in the document?

You get the general idea; please post a little more detail on what you're
trying to achieve.

Enjoy,
Tony
 
The first word in the second line.
The last edit point.
Thanks
Pentagon
 
If you want to go to the last edit point, press Shift+F5 (the GoBack
command). To have this happen automatically for all documents, include
this macro in Normal.dot:

Sub AutoOpen()
Application.GoBack
End Sub

If you find that this isn't working, you may need a fix in the way the
recent-edit information is stored -- see
http://www.word.mvps.org/FAQs/AppErrors/GoBackFix.htm.
 

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

Back
Top