There is no LINEREF field in Word.
With the selection where you want to insert the line number, you could run a
macro containing the following code:
Selection.InsertBefore
ActiveDocument.Bookmarks("test").Range.Information(wdFirstCharacterLineNumber)
Which could be modified so that you were presented with a list of the
bookmarks to choose from rather than having a particular bookmark name hard
coded into the code. HOWEVER, it is probably NOT worth the effort as the
number that is inserted will not update if the position of the bookmark on
the page changes.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"Rob"
news:9F970341-4658-495C-9F2A-B57A50712C2C@microsoft.com...
> Help, It is easy enough to discover the page number of a bookmark using
> PAGE
> or PAGEREF (w/o even programming). If Line Number is turned on for the
> active
> document how does one find the line number of the bookmark on a given
> line?
> On several proposal documents we must show the page and line reference of
> the
> related item. To do this, we place a bookmark attached to the selected
> text
> or object, then use the PAGE or PAGEREF field to get the page#, but we
> have
> to type the line number in manually......isnt this supposed to be helping
> us
> to not crane our necks at a monitor...?
>
> Sincerely cross(eyed)
> Rob