Prev: Reset slide layout in VBA (PP2007)
Next: Can I save my presentation to open up in the first slide
From: kimkom on 28 Apr 2010 11:41 Hi all, Can someone please help me with some vba to apply to a button which would show the previous custom animation shown? Many thanks, Michael
From: kimkom on 29 Apr 2010 03:47 Hi again, Perhaps this is more difficult than I imagine? Just to clarify what I am trying to achieve... I would like to be able to use a button on the PowerPoint stage that, once clicked, would go back to the previous custom animation - much like the way the mouse wheel does when viewing the slideshow. Can someone help please? Many thanks, Michael "kimkom" wrote: > Hi all, > > Can someone please help me with some vba to apply to a button which would > show the previous custom animation shown? > > Many thanks, > Michael
From: David Marcovitz on 29 Apr 2010 10:06 On 4/29/10 3:47 AM, kimkom wrote: > Hi again, > > Perhaps this is more difficult than I imagine? > > Just to clarify what I am trying to achieve... > > I would like to be able to use a button on the PowerPoint stage that, once > clicked, would go back to the previous custom animation - much like the way > the mouse wheel does when viewing the slideshow. > > Can someone help please? > > Many thanks, > Michael > > "kimkom" wrote: > >> Hi all, >> >> Can someone please help me with some vba to apply to a button which would >> show the previous custom animation shown? >> >> Many thanks, >> Michael I believe that ActivePresentation.SlideShowWindow.View.Previous rolls back the last animation. If there is no animation to roll back, it goes to the previous slide. --David -- David M. Marcovitz Author of _Powerful PowerPoint for Educators_ http://www.PowerfulPowerPoint.com/ Microsoft PowerPoint MVP Associate Professor, Loyola University Maryland
From: kimkom on 4 May 2010 11:27 Thanks for the reply David. I believe that 'ActivePresentation.SlideShowWindow.View.Previous' goes back to the previous slide rather than the previous custom animation, but I will give it another try and see how we get on. Regards, Michael "David Marcovitz" wrote: > On 4/29/10 3:47 AM, kimkom wrote: > > Hi again, > > > > Perhaps this is more difficult than I imagine? > > > > Just to clarify what I am trying to achieve... > > > > I would like to be able to use a button on the PowerPoint stage that, once > > clicked, would go back to the previous custom animation - much like the way > > the mouse wheel does when viewing the slideshow. > > > > Can someone help please? > > > > Many thanks, > > Michael > > > > "kimkom" wrote: > > > >> Hi all, > >> > >> Can someone please help me with some vba to apply to a button which would > >> show the previous custom animation shown? > >> > >> Many thanks, > >> Michael > > I believe that ActivePresentation.SlideShowWindow.View.Previous rolls > back the last animation. If there is no animation to roll back, it goes > to the previous slide. > > --David > > -- > David M. Marcovitz > Author of _Powerful PowerPoint for Educators_ > http://www.PowerfulPowerPoint.com/ > Microsoft PowerPoint MVP > Associate Professor, Loyola University Maryland > . >
From: kimkom on 4 May 2010 11:27 Hi David, That indeed does go back to the previous custom anim! Many thanks for your help! Many regards, Michael "David Marcovitz" wrote: > On 4/29/10 3:47 AM, kimkom wrote: > > Hi again, > > > > Perhaps this is more difficult than I imagine? > > > > Just to clarify what I am trying to achieve... > > > > I would like to be able to use a button on the PowerPoint stage that, once > > clicked, would go back to the previous custom animation - much like the way > > the mouse wheel does when viewing the slideshow. > > > > Can someone help please? > > > > Many thanks, > > Michael > > > > "kimkom" wrote: > > > >> Hi all, > >> > >> Can someone please help me with some vba to apply to a button which would > >> show the previous custom animation shown? > >> > >> Many thanks, > >> Michael > > I believe that ActivePresentation.SlideShowWindow.View.Previous rolls > back the last animation. If there is no animation to roll back, it goes > to the previous slide. > > --David > > -- > David M. Marcovitz > Author of _Powerful PowerPoint for Educators_ > http://www.PowerfulPowerPoint.com/ > Microsoft PowerPoint MVP > Associate Professor, Loyola University Maryland > . >
|
Pages: 1 Prev: Reset slide layout in VBA (PP2007) Next: Can I save my presentation to open up in the first slide |