N
Nick Hebb
Before you answer Union(), read on...
I need a function to combine 2 ranges that return 1 range encompassing
both.
Given,
range1 = "A110"
range2 = "C5:F23"
Union(range1, range2) would return "A110,C5:F23", but I want
something that returns "A1:F23".
I could probably write something in a few minutes, but I prefer built-
in functions where possible.
Thanks,
Nick Hebb
BreezeTree Software
http://www.breezetree.com
I need a function to combine 2 ranges that return 1 range encompassing
both.
Given,
range1 = "A110"
range2 = "C5:F23"
Union(range1, range2) would return "A110,C5:F23", but I want
something that returns "A1:F23".
I could probably write something in a few minutes, but I prefer built-
in functions where possible.
Thanks,
Nick Hebb
BreezeTree Software
http://www.breezetree.com