>How can I reference a given paragrah as a member of
>ActiveDocuments.Paragraphs? In other words I need to know the Index that
[quoted text clipped - 4 lines]
>
>Keith
Hi Keith,
If the selection (cursor) is in that paragraph, then the expression
you want is Selection.Paragraphs(1) -- that is, it's the first
paragraph in the selection, and it doesn't usually matter what its
index is within the ActiveDocument. The same principle is true for any
collection, and it's also true for references using a Range object
instead of the Selection.
For the few times you really need the absolute index within the
ActiveDocument, see
http://word.mvps.org/FAQs/MacrosVBA/GetIndexNoOfPara.htm.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org