DirectDependents Property Example

This example selects the direct dependents of cell A1 on Sheet1.

Worksheets("Sheet1").Activate
Range("A1").DirectDependents.Select