C
CharlieMcCabe
I've got a presentation with a slide that has 10 shapes on it.
Each time the command button is clicked one of the shapes disappears
until there is only one left.
I want to be able to identify which shape is left i.e."Shape6"
If there some VBA code that can check an activepresentation slide for
shapes and their .visible setting.
If so, I could then use a select case to write up the shape - such as
"your only left with a rectangle".
F.Y.I it's for a kids project.
Thanks for any assistance available
Each time the command button is clicked one of the shapes disappears
until there is only one left.
I want to be able to identify which shape is left i.e."Shape6"
If there some VBA code that can check an activepresentation slide for
shapes and their .visible setting.
If so, I could then use a select case to write up the shape - such as
"your only left with a rectangle".
F.Y.I it's for a kids project.
Thanks for any assistance available