C
C Heath
Hi There,
Looking for some help with being able to identify the a shape index ID in
Powerpoint 2003.
I want to write a macro and need to include the index number for each
shape/text/etc on a slide. An example of coding is below and you can see the
shape index is 6.
ActivePresentation.Slides(2).Shapes(6).Visible = True
The coding works, and previously I have been able to identify the index when
using office 97. How can I identify the index number for each shape/text/etc
on a slide in Powerpoint 2003?
I am no expert, so any detailed help would be appreciated.
Cheers
Chris
Looking for some help with being able to identify the a shape index ID in
Powerpoint 2003.
I want to write a macro and need to include the index number for each
shape/text/etc on a slide. An example of coding is below and you can see the
shape index is 6.
ActivePresentation.Slides(2).Shapes(6).Visible = True
The coding works, and previously I have been able to identify the index when
using office 97. How can I identify the index number for each shape/text/etc
on a slide in Powerpoint 2003?
I am no expert, so any detailed help would be appreciated.
Cheers
Chris