![]() |
|
#2
|
|||
|
|||
|
Without code you can place a slide before the complex one (ideally it should look like the completed complex one) Give it an auto transition of 1 second and make the button link to this slide. the animations should be reset when it goes back to the original slide.
In code try this: Sub resetSlide() Dim osld As Slide Set osld = SlideShowWindows(1).View.Slide delayMe(1) SlideShowWindows(1).View.GotoSlide (osld.SlideIndex), resetSlide:=msoTrue End Sub Sub delayMe(lngDelay as Long) Dim TimerEnd As Long TimerEnd = Timer + lngDelay Do While TimerEnd > Timer DoEvents Loop End Sub |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Macro to reset settings
|
Jennifer Murphy | Word VBA | 1 | 08-02-2012 04:12 PM |
| Reset Animations | debraholloway | PowerPoint | 0 | 07-14-2011 09:22 PM |
| Reset start page? | markg2 | Excel | 2 | 04-18-2010 06:54 AM |
| How To Reset The Defaults Settings | Mixman77 | Office | 0 | 01-16-2010 02:42 PM |
| Reset on error | kiwichico | Word VBA | 0 | 09-23-2008 08:15 PM |