G
Guest
I added Action Settings on a rectangle, to run a macro if I hover the cursor
over it. The macro makes a chart below the rectangle visible:
Sub ShowChart()
Application.ActivePresentation.Slides(2).Shapes("Chart1").Visible=msoTrue
End Sub
If I add an entrance effect to another image on the same slide
(Slideshow>Custom animation), the macro stops running.
Can anyone help me figure out what I'm doing wrong? Thank you.
over it. The macro makes a chart below the rectangle visible:
Sub ShowChart()
Application.ActivePresentation.Slides(2).Shapes("Chart1").Visible=msoTrue
End Sub
If I add an entrance effect to another image on the same slide
(Slideshow>Custom animation), the macro stops running.
Can anyone help me figure out what I'm doing wrong? Thank you.