If I have a shape named and indexed as box(0), is it possible to make a copy of it named as shape(0)?
Printable View
If I have a shape named and indexed as box(0), is it possible to make a copy of it named as shape(0)?
No. If you copy Box(0), but default when you paste it will be Box(1). Even if you rename it on its property page to Shape, it will get renamed to Shape(1) even though there is no Shape(0).
Copy, paste, change the Name property to Shape and the Index property to 0.