G
Geoff Cox
Hello,
Just in case my weekend posting slips out of site!
I am trying to remove the entrance/dissolve animation from some action
buttons - but the code below does not work. Ideas please!
Geoff
For Each oSh In oSl.Shapes
If oSh.Type = 1 Then
If oSh.AutoShapeType = 129 Then
If oSh.AnimationSettings.EntryEffect = _
ppEffectDissolve Then
oSh.AnimationSettings.Animate = msoFalse
End If
End If
End If
Next oSh
Next oSl
Cheers
Geoff
Just in case my weekend posting slips out of site!
I am trying to remove the entrance/dissolve animation from some action
buttons - but the code below does not work. Ideas please!
Geoff
For Each oSh In oSl.Shapes
If oSh.Type = 1 Then
If oSh.AutoShapeType = 129 Then
If oSh.AnimationSettings.EntryEffect = _
ppEffectDissolve Then
oSh.AnimationSettings.Animate = msoFalse
End If
End If
End If
Next oSh
Next oSl
Cheers
Geoff