April 2006
Beginner
1114 pages
98h 16m
English
chartfillformat.PresetTextured(PresetTexture)
Applies a built-in texture.
|
Argument |
Settings |
|---|---|
|
|
An |
The following code applies the white marble texture to a chart area:
Sub ApplyTexture( )
Dim chrt As Chart, cf As ChartFillFormat
' Get the chart.
Set chrt = ActiveChart
' Get the chart area fill.
Set cf = chrt.ChartArea.Fill
' Make the fill visible.
cf.Visible = True
' Display a built-in texture.
cf.PresetTextured msoTextureWhiteMarble
End SubRead now
Unlock full access