Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / October 2006

Tip: Looking for answers? Try searching our database.

VBA to remove ppEffectDissolve?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geoff Cox - 22 Oct 2006 12:33 GMT
Hello,

I have previously applied following to some action buttons

oSh.AnimationSettings.EntryEffect = ppEffectDissolve

How do I now remove this effect?

Thanks

Geoff
Geoff Cox - 22 Oct 2006 21:53 GMT
>Hello,
>
[quoted text clipped - 3 lines]
>
>How do I now remove this effect?

I have tried following but it does not work? Where am I wrong?!

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

PS I know I ought to use the TimeLine object but would like to get
this to work first.

>Thanks
>
>Geoff
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.