ShowWindow Property

Microsoft Excel Visual Basic

ShowWindow Property

       

True if the embedded chart is displayed in a separate window. The Chart object used with this property must refer to an embedded chart. Read/write Boolean.

Example

This example causes the embedded chart to be displayed in a separate window.

Worksheets(1).ChartObjects(1).Chart.ShowWindow = True