rng.Name = "Child1"
or
set rng = Range("A1")
for i = 3 to 11 step 2
set rng = union(rng,cells(i,1))
Next
rng.Name = "Child1"
any method would depend on how you are choosing/identifying the subset.
--
Regards,
Tom Ogilvy
"marsto...@alaskaair.com" <marsto...@mac.com> wrote in message
news:chg5i5$a...@odak26.prod.google.com...