Hi. I am trying to insert a rectangle shape right after the current cursor. I know you can do ActiveDocument.Shapes.AddShape() but how do I find the current position of the cursor? I need to specify the "Left" and "Top" of the rectangle which should be where the cursor currently is. Also how can I find the width of the page? I want the rectangle to fill up the width of the page with a constant height. I wish the Selection object has an Shapes.AddShape method but it only has InlineShape.AddPicture.