B
Bill
Hello,
I am wondering if there is an easy way to maintain a fool-
proof way to programmatically alter shapes and also go to
slides.
For example, on slide #21, I want to change the text
based on which shape the user clicked. I can easily get
the shape number but if some other shapes are added or
changed I can't guarantee that the shape number will
remain the same. Is there a way to name slides and shapes
like you can in say, Access? The way PowerPoint requires
you to use SlideID rather than just a name makes it more
difficult.
Can someone provide a sample line of code to easily use
FindBySlideId? I can't seem to get it functioning
properly. What I ended up doing was using SlideIndex,
which I know is vulnerable.
Thanks ...
I am wondering if there is an easy way to maintain a fool-
proof way to programmatically alter shapes and also go to
slides.
For example, on slide #21, I want to change the text
based on which shape the user clicked. I can easily get
the shape number but if some other shapes are added or
changed I can't guarantee that the shape number will
remain the same. Is there a way to name slides and shapes
like you can in say, Access? The way PowerPoint requires
you to use SlideID rather than just a name makes it more
difficult.
Can someone provide a sample line of code to easily use
FindBySlideId? I can't seem to get it functioning
properly. What I ended up doing was using SlideIndex,
which I know is vulnerable.
Thanks ...