April 2006
Beginner
1114 pages
98h 16m
English
Application.SetDefaultChart([FormatName], [Gallery])
Sets the default chart type used by Excel.
|
Argument |
Setting |
|---|---|
|
|
Can be one of the |
|
|
Not used |
For example, the following code sets the default chart type to a 3-D style:
Sub TestSetChartType( )
Application.SetDefaultChart XlChartType.xl3DArea
End SubRead now
Unlock full access