Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 09-09-2012, 07:01 AM
Jamtart Jamtart is offline Is it possible to disable mouse or keyboard control keys during each effect animation Windows 7 64bit Is it possible to disable mouse or keyboard control keys during each effect animation Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2012
Posts: 53
Jamtart is on a distinguished road
Default

Here is a little something I found to create a Pause and Resume:
Lets say if you are running a slide that has multiple animations on it. Halfway through the presentation, you may want to pause the animations to explain something. A simple way to do this is to press the "b" key which will black out the screen. Then, press "b" key again to resume the presentation. The downside is that you won't be able to see the content on the screen.

To resolve this, you can make use of VBA. To do so, click Tools > Macro > Visual Basic Editor. Copy the code as shown below:

Sub pauseshow()
ActivePresentation.SlideShowWindow.View.State = ppSlideShowPaused
End Sub

Sub runshow()
ActivePresentation.SlideShowWindow.View.State = ppSlideShowRunning
End Sub

Close the editor once you are done.

Now, create two autoshapes.
Right click on the first one and select Action Settings. Select Run Macro > pauseshow. Click Ok.
Right click on the second one and select Action Settings. Select Run Macro > runshow. Click Ok.
Clicking on Shape 1 will now pause the presentation, while clicking on Shape 2 will resume the presentation.
Web site:
https://msmvps.com/blogs/tohlz/archi...-with-vba.aspx

Then, because you would have disabled the "Advance Slide" as I do, you need an action button to advance to the next slide, or just press N on the keyboard if that is easier.
Reply With Quote
 

Tags
continue annimation, disable mouse click, mouse controllable



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to disable mouse or keyboard control keys during each effect animation Is it possible to disable keyboard only during a presentation? ddavis5891 PowerPoint 1 09-06-2012 09:10 AM
Is it possible to disable mouse or keyboard control keys during each effect animation Arrow keys move the caret to opposing direction with the Arabic keyboard. Why ? Belloc Word 4 05-27-2012 07:31 AM
Is it possible to disable mouse or keyboard control keys during each effect animation Mouse Over Animation dslocum PowerPoint 4 03-23-2012 09:20 AM
Is it possible to disable mouse or keyboard control keys during each effect animation without mouse using keyboard gsrikanth Excel 1 01-27-2012 11:28 PM
credits effect furret PowerPoint 1 01-20-2012 06:55 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:12 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft