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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top