View Single Post
 
Old 06-01-2017, 02:53 AM
DavidTheToad DavidTheToad is offline Windows XP Office 2007
Novice
 
Join Date: Nov 2013
Posts: 15
DavidTheToad is on a distinguished road
Default Moving to a particular word in a document

This is about editing large literary documents.

Using a macro which I've written I can find many of the punctuation and other errors and list them on a summary document. This summary document gives the word number where a 30 word extract starts and it prints the extract.

A typical entry might read

"1675 the baby through the Tedy Bear out of the pramm..(and so on)"

It would help me a lot if I could create a new macro, enter the number 1675 and be taken to that bit of the document around words(1675).

I can't seem to find a suitable instruction. I tried things like words(p).show, but I can't figure out what I need.

Any help will be gratefully received
Reply With Quote