Excel2007登場以来、なんかいい方法はないものかと探していたけど、ついに見つけた。ありがたや。
Public Sub main() On Error GoTo L_Exit With Selection.ShapeRange.Nodes On Error Resume Next Dim i As Integer For i = 1 To .Count .SetSegmentType i, msoSegmentLine .SetEditingType i, msoEditingCorner Next End With L_Exit: On Error GoTo 0 End Sub |