• VBA 4 PowerPoint

    Author
    Topic
    #354295

    Need VBA help for PowerPoint. How can I script animation options via VBA?
    shrug
    Go to this post for more info
    http://www.wopr.com/cgi-bin/w3t/showthread…lapsed&sb=5link

    Viewing 0 reply threads
    Author
    Replies
    • #520344

      Here’s some code appropriated from QUE’s Special Edition Using VBA 5:

      Sub Fly_From_Left()
      ActiveWindow.Selection.SlideRange.Shapes(“Rectangle 5”).Select
      With ActiveWindow.Selection.ShapeRange.AnimationSettings
      .Animate = msoTrue
      .EntryEffect = ppEffectFlyFromLeft
      .TextLevelEffect = ppAnimateByAllLevels
      .AnimateBackground = msoTrue
      End With
      End Sub

    Viewing 0 reply threads
    Reply To: VBA 4 PowerPoint

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: