View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Creating Contigous Range from two ranges

I have two ranges:
$A$1 and $A$10

How do I bring them together to become a contiguous range. Union will create:

A1, A10

I want A1:A10.

Thanks

EM