J
jeff
I want to change the first custom animation of everyslide in
powerpoint toclick on shape
What is wrong with this statement?
"ActivePresentation.Slides(i).TimeLine.MainSequence.Item(1).Timing.TriggerType=msoAnimTriggerOnShapeClick"
below
Sub Macro1
Set oActivePres = ActivePresentation
With oActivePres
For I = 1 To .Slides.Count
ActivePresentation.Slides(i).TimeLine.MainSequence.Item(1).Timing.TriggerType=msoAnimTriggerOnShapeClick
Next I
End With
Set oActivePres = Nothing
End Sub
powerpoint toclick on shape
What is wrong with this statement?
"ActivePresentation.Slides(i).TimeLine.MainSequence.Item(1).Timing.TriggerType=msoAnimTriggerOnShapeClick"
below
Sub Macro1
Set oActivePres = ActivePresentation
With oActivePres
For I = 1 To .Slides.Count
ActivePresentation.Slides(i).TimeLine.MainSequence.Item(1).Timing.TriggerType=msoAnimTriggerOnShapeClick
Next I
End With
Set oActivePres = Nothing
End Sub