Applies To
Range Object.
Description
Accessor. Returns a Range object that represents the range that contains all of the dependents of a cell. This may be a multiple selection (a union of Range objects) if there is more than one dependent. Read-only.
See Also
DirectDependents Property, DirectPrecedents Property, Precedents Property, ShowDependents Method.
Example
This example selects the dependents of cell A1 on Sheet1.
Worksheets("Sheet1").Activate Range("A1").Dependents.Select