ActiveSheet.Shapes.SelectAll Selection.ShapeRange.Ungroup.Select For Each 各図形 In ActiveSheet.Shapes If Left(各図形.Name, 8) <> "Text Box" Then MsgBox 各図形.Name End If Next Selection.ShapeRange.Group