April 2006
Beginner
1114 pages
98h 16m
English
chart.ShowWindow [= setting]
For embedded charts, copies an image of the chart to its own window in Excel. ShowWindow seems to work only if the embedded chart is activated as shown by this code:
Sub ChartWindow( )
Worksheets("Wizard").Activate
ActiveSheet.ChartObjects(1).Activate
ActiveChart.ShowWindow = True
End SubRead now
Unlock full access