Shadow Property [Excel 2003 VBA Language Reference]
Shadow property as it applies to the Shape and ShapeRange object.
Returns a read-only ShadowFormat object that contains shadow formatting properties for the specified shape or shapes.
expression.Shadow
expression Required. An expression that returns one of the above objects.
Font property as it applies to all other objects in the Applies To list.
True if the font is a shadow font or if the object has a shadow. Read/write Boolean.
expression.Shadow
expression Required. An expression that returns one of the above objects.
Remarks
For the Font object, this property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).
Example
This example adds a shadow to the title of myChart
.
Charts("Chart1").ChartTitle.Shadow = True
Applies to | AxisTitle Object | ChartArea Object | ChartObject Object | ChartObjects Collection Object | ChartTitle Object | DataLabel Object | DataLabels Collection Object | DisplayUnitLabel Object | Font Object | Legend Object | LegendKey Object | OLEObject Object | OLEObjects Collection Object | Point Object | Series Object | Shape Object | ShapeRange Collection