April 2006
Beginner
1114 pages
98h 16m
English
plotarea.ClearFormats( )
Removes formatting from the plot area object. For example, the following code removes the built-in fill applied in ApplyPlotAreaFill:
Sub ResetPlotArea( )
Dim chrt As Chart
' Get the chart.
Set chrt = ActiveChart
' Restore default formatting.
chrt.PlotArea.ClearFormats
End SubRead now
Unlock full access