Range.Shading Property
Word Developer Reference |
Returns a Shading object that refers to the shading formatting for the specified object.
Syntax
expression.Shading
expression Required. A variable that represents a Range object.
Example
This example applies yellow shading to the first paragraph in the selection.
Visual Basic for Applications |
---|
|
This example applies 10 percent shading to the first word in the active document.
Visual Basic for Applications |
---|
|
See Also