Corners Property Example

This example selects the corners of Chart1. The example should be run on a 3-D chart (the Select method fails on any other chart type).

With Charts("Chart1")
    .Activate
    .Corners.Select
End With