XLA routines: EE_RangeCommon
Use EE_RangeCommon to return the range that is common between 2 ranges
Function EE_RangeCommon(rng1 As range, rng2 As range) As range 'http://excelexperts.com/xla-routines-eeRangeCommon for updates on this function Set EE_RangeCommon = Intersect(rng1, rng2) End Function
»
- Nick's blog
- Login or register to post comments
- 2565 reads
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago