Anchor Property Example

This example selects the paragraph that the first shape in the active document is anchored to.

ActiveDocument.Shapes(1).Anchor.Paragraphs(1).Range.Select

Send feedback to MSDN.Look here for MSDN Online resources.