This is one case where using the Selection object is probably OK
Selection.Rows(1)
will refer to the row in which the selection is located.

Signature
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
> Hi there,
>
[quoted text clipped - 10 lines]
>
> Thanks for your help folks
Ing. Miguel Márquez - 30 Apr 2007 19:52 GMT
Hi,
Actually your post gave me a clue.
Actually i've found how to retrieve the index, I used:
Globals.ThisDocument.Application.Selection.Rows.First.Index
And this retrieves the current index on the details table.
Thank you very much for your help

Signature
Ing. Miguel Márquez
> This is one case where using the Selection object is probably OK
>
[quoted text clipped - 16 lines]
> >
> > Thanks for your help folks