AllowOverlap Property Example

This example specifies that text wraps around the selected table and that the table doesn’t overlap any other wrapped tables.

Selection.Rows.WrapAroundText = True
Selection.Rows.AllowOverlap = False

This example specifies that the first shape in the active document can overlap other shapes.

ActiveDocument.Shapes(1).WrapFormat.AllowOverlap = True