Intersection Method (CellRange)
In This Topic
Gets a
CellRange that represents the intersection of this range with a given range.
Syntax
Parameters
- rng
- CellRange to intersect with this range.
Return Value
A
CellRange that represents the intersection (common cells) between this range and the range specified by the parameter.
See Also