R
Rick Rothstein
You might want to provide more details of what you are looking for (hint... use the large white space in the message area of your posting).
Rick Rothstein said:??? You can't rename all the shapes with the same name. At minimum, you
would have to do your code something like this I would think...
ShapeNames = Array("FirstName", "SecondName", "ThirdName")
For intTemp = LBound(ShapeNames) To UBound(ShapeNames)
ActiveSheet.Shapes(intTemp + 1).Name = ShapeNames(intTemp)
Next
But I'm not 100% sure that is what the OP is after; hence my request for
clarification (and my 'gentle' nudge for him to not use the Subject line to
ask his question).