E
easy
I use this bit of code to make an image visible
Sub Show()
ActivePresentation.Slides(15).Shapes(9).Visible = True
End Sub
Is there something similar you can do to make a text box (from the
control box) visible after its default visible property is false
Thanx in advance
Sub Show()
ActivePresentation.Slides(15).Shapes(9).Visible = True
End Sub
Is there something similar you can do to make a text box (from the
control box) visible after its default visible property is false
Thanx in advance