VBA - How do I edit an existing trigger/animation on an object??

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

I'm wondering if anyone knows how to edit an existing trigger/animation
on an object that was added with VB. Here's how I added the object:

With
oPP.ActivePresentation.Slides(oPP.ActiveWindow.Selection.SlideRange.SlideIndex)

Set oShpA = .Shapes.AddMediaObject(FileName:="C:\media\Teamwork.wmv",
Left:=480, Top:=134, Width:=50, Height:=50)

Any ideas? Thanks
 
Back
Top