Shape Index Number and Name

D

Dong Chen

The presentation has only one slide, but this slide has a number of shapes.
I can use the shape index number #, i.e., Shapes(#) to refer to it. Or, I
can assign a name XXX to the shape and use Shapes("XXX') in VBA. As the
number of shapes could be increased later on, the shape index number could
be changed.

I only can view the shape index number through "Custom Animation" window.
I'm using Powerpoint 2000.

My questions:

1. May I change the shape index number somewhere manually?
2. Is there any way that I can view the shape name in a window (after using
VBA to assign it) ?
3. May I assign a name to a shape manually instead of using VBA?

Thanks.
 
S

Shyam

Dong,
1. May I change the shape index number somewhere manually?
Shape index is dependant on it's z-order position. Change the z-order
position to change the index number.
2. Is there any way that I can view the shape name in a window (after using
VBA to assign it) ?
3. May I assign a name to a shape manually instead of using VBA?

For 2 and 3 download the free Rename shapes/slides add-in from
http://www.mvps.org/skp/download.htm

--
Regards
Shyam Pillai

Batch Exporter
http://www.mvps.org/skp/products/xport/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top