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
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