Sub test()Dim shp As InlineShapeFor Each shp In ActiveDocument.InlineShapesOptions.DefaultBorderLineStyle = wdLineStyleDashDot shp.Borders.Enable = FalseNextEnd Sub