depending on what you are doing afterwards, you may be better off storing like:
Dim varArray As Variant
varArray = Array("A1:e5", "G11:G22")
You would then reference the range like:
set myRange = Range(varArray(1))
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Please read FAQ222-2244 before you ask a question