C
Candace
I have the following code that can be used to make a shape invisible:
ActivePresentation.Slides(2).Shapes(3).Visible = False
How can I alter this code to make a picture invisible?
ActivePresentation.Slides(2).Shapes(3).Visible = False
How can I alter this code to make a picture invisible?