Hi,
I've got two XYScatterLine-Charts from Excel2010 on one PP2010 slide and I have the animated (msoAnimEffectAppear) the charts by category: If I run the presentation, all the points from chart1 appear one after the other and then, afterwards, the same happens with chart2. So far so good.
BUT, I want both charts to appear synchronously, i.e. point1/chart1 together with point1/chart2, then after 0.1 sec point2/chart1 together with point2/chart2 and so forth until the last points (appr. 200).
I could do that by hand in the animation window, but this would take about two hours of very dull drag and drop. Therefore I tried a bit with things like:but I got stuck. I'd very much appreciate any suggestions!Code:ActivePresentation.Slides(1).TimeLine.MainSequence(1).MoveTo
Rumpel
P.S.: It's pity that there's no macro recorder in PP.


Reply With Quote