G
Gato_de_Botas
I have some shapes that I need start invisible in many slides. I am using the
expression ActivePresentation.Slides (6).Shapes ("name of the
shape").Visible=False
My question is: instead the number 6, what I should write to work in many
slides? I tried (6,7,8) but it does not work. Also I tried (6.7.8) and the
same result.
Maybe some kind of name like "all", and then the shape will become invisible
in all slides. Is that possible?
thanks!
expression ActivePresentation.Slides (6).Shapes ("name of the
shape").Visible=False
My question is: instead the number 6, what I should write to work in many
slides? I tried (6,7,8) but it does not work. Also I tried (6.7.8) and the
same result.
Maybe some kind of name like "all", and then the shape will become invisible
in all slides. Is that possible?
thanks!