Thank you. A problem is that there are many other shapes on the sheet
which I don't want in this group, so I need to collect these names in
an array as they are drawn. Since the Shapes.Range(Array...) wants
string names and I don't know how many there will be, I'm confused
about how to dim the array, redim it when I know how many lines there
will be, and use it to select the group of lines. I'm probably not
doing this the best way. Thanks again.