Free VBA Macro Continued Video Playback on Slide Return during Slide Show.

Slides:



Advertisements
Similar presentations
CREATING AUDIO FILES TO START AUTOMATICALLY WITH EACH SLIDE TEAM MARTHA-DAVID NOVEMBER 16, 2011.
Advertisements

HOW TO USE POWERPOINT By Bryan Kreps.
Main Menu SquaredCrazy Mouse Quit Important: Use the Quit button located on the top right of this slide to exit the presentation! Why? Created by Ethan.
Add sound effects to an animation j then press F5 or click Slide Show > From Beginning to start the course. In the message bar, click Enable Editing, If.
Garfield Graphics included with kind permission from PAWS Inc. All Rights Reserved. Making a PowerPoint Presentation 02 Adding Sound.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 7Automating Repetitive Tasks.
Chapter 3 Reusing a Presentation and Adding Media and Animation
PowerPoint Tutorial 2 Adding Media and Special Effects
Windows Movie Maker. Lights! Camera! Action! Produce a movie using Movie Maker.
Using HR Charter Speeding repetitive chart production using the recorder macro.
PRIMARY, SECONDARY & QUANTITATIVE RESEARCH TASK HYPERLINK APPLICATION PROCEDURE 1.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t PowerPoint Project 4 Modifying Visual Elements and Presentation Formats.
HELP NOTES …... for viewing the videos and the associated PowerPoint slides. Click to advance slides.
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
PowerPoint Lesson 2 Notes Working With Slides. Creating a New Presentation From a Theme 1.When preparing for a presentation, the best place to start is.
Adapting a ready made PowerPoint quiz with VBA
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
12. Visual Basic If Statements and Do Loops. Open 12b-datastart.xlsm.
Learning Microsoft Power Point Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft.
How to create a Splash Screen in MS Access Carlos Coronel.
Media in PowerPoint Learning Goal: Today you are going to explore how music and video can be added to a presentation.
Adding Narration or Sound Recording in PowerPoint Presentations Your Logo Here Create and save a PowerPoint presentation. To record a narration, your computer.
Inserting Music Into Presentations And Rehearsing Timings Margaret S. Britt.
2008 Adobe Systems Incorporated. All Rights Reserved. Getting Started with Adobe Presenter Modified by C. Candace Chou.
Additional Ppt. On slide 3 make the title this question: Is it snowing? In the text section type Yes (enter) No Select the word yes, on the Insert Tab,
Creating an Action Button in PowerPoint XP You will need to create all of your slides first. Then you are ready to start making buttons!
Learning How to Make a PowerPoint Presentation A tutorial for novice users.
Timer Slides These timer slides have been created for your convenience and can be used in 3 different ways: a timer slide can be inserted, as is, into.
Adding Sound Files to a Power Point Presentation.
PowerPoint Practice Exercise 1 1.Save this file in your AV-TECH Folder as PowerPoint Practice Exercise 1. 2.Open this file in PowerPoint. 3.Edit each slide.
Created by Barbara Pitsinger
Playing an MP3 Music File in Conjunction With a PowerPoint 2010 Presentation Victoria Ricciardiello December 2012.
Your Name HOTELS ATTRACTIONSDining Hyperlink to each of the information slides.
Video in Power Point Objective Able to insert video in power point Able to make video play by itself Able to change volume of video Able to cut out part.
Microsoft PowerPoint— The Basics Presented by: Kyle Kuehler Social Studies/Instructional Technology Specialist (806)
line.net/ okpop.com/bar elythereflashin dex.html.
Recording your voice in a slide Recording your voice in a slide (1 of 4) 1. Click on Insert. 2. Click Movies and Sounds. 3. Click Record Sound
How to Add Video to Your Powerpoint Dr. Sehlaoui.
Anglo - SaxonsVisigoths Click for instructions on how to create this task.
Tips and Tricks To view this as a presentation, choose “Slide Show – From Beginning”
PREZI PRESENTATION The Prezi Interface. In this tutorial you will learn:  About the different parts of a Prezi interface: 1. The Prezi space/canvas 2.
By: Susan Freeman Getting Started 1.Go to Start Programs Microsoft PowerPoint.
Designing Your Own PowerPoint Presentation Presentation by: Dawn Reeves Engl393 June 20 th 2002.
How to Make a Power Point By Jeff Hinton (revised by Diana Leiter) Go to Slide 2. (You can get there by going to VIEW – SLIDE SORTER.)
1 After completing this lesson, you will be able to: Open a file. Navigate through a document. Scroll through a document. Insert text in a document. Select.
Random Name Picker. Instructions 1.Either enter a list of new names or load a set previously saved names by clicking the load button. 2.Click start. Known.
How to Make a Power Point Go to Slide 2. (You can get there by clicking on slide 2 in Normal VIEW.)
PowerPoint Basics Tutorial 2: A Slide Show In this tutorial you’re going to create a presentation from scratch. You will have to keep this presentation.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
How to Add Background Music to PowerPoint Hands-on Approach to Adding Background Music by Dr. Steve Broskoske.
POWERPOINT : GETTING STARTED WITH POWERPOINT 1.Ribbon: customize ribbon – right click on ribbon and customize ribbon opens 2.Quick access toolbar.
Microsoft PowerPoint 2010 Chapter 3 Reusing a Presentation and Adding Media.
1 Chapter 15 Creating a Presentation. Practical Computer Literacy, 2 nd edition Chapter 15 2 What’s inside and on the CD? In this chapter, you will learn.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
THE MOUSE Left Click THE MOUSE Right Click.
PowerPoint Practice Exercise
PowerPoint Activity 5: To Be Determined…
Digital Time Pieces by youpresent.co.uk
Annotating (aka Voiceover) PowerPoint Slides
How to Make a Power Point
How to Embed Videos into Powerpoint
بناء حقيبة تعليمية لتعليم برنامج البور بوينت
How to Make a Power Point
Instructions for Windows users:
Instructions for Windows users:
Instructions for Windows users:
European Computer Driving Licence
MACROS MUST BE ENABLED FOR THIS FILE TO WORK
Microsoft PowerPoint Tutorial Pictures & Video BIS 101 Spring 2018.
Presentation transcript:

Free VBA Macro Continued Video Playback on Slide Return during Slide Show

What is does Normally during a presentation, video playback starts at the beginning of the video (or the starting point you define) when you first enter a slide or return to it. The enclosed VBA macro saves the playback position of a video on a slide and restores it when you return to that slide. Prerequisites: Videos must be named as per instructions Shapes to navigate to other slides must be named as per instructions Only one video per slide is managed The presentation must be saved in one of the macro-enabled formats : pptm, ppsm, potm

How to use Insert one video per slide and name* it “Video” (case sensitive) Add a shape to a slide and name it* as “Go to slide X” where X is the slide you want the slide to go to (adding slides may require you to edit the shape name!) Set the mouse click action for your trigger shape to run the macro GoToSlide The above has been done in this demo and the video on slide 4 will continue playback from where it left off when returning from slide 5. * use Alt+F10 to open the Selection Pane to edit object names

Macro-driven Navigation The video will continue playing when you return to this slide PowerPoint-native Navigation The video will not continue playing when you return to this slide empty slide  empty slide  next slide  next slide  Video Playback settings Start : Automatically Loop Until Stop : Yes DEMO

Macro-driven Navigation The video will continue playing when you return from this slide PowerPoint-native Navigation The video will not continue playing when you return from this slide  previous slide  previous slide  video slide  video slide DEMO

Notes You may see the video “glitching” when you return to the slide. This is because PowerPoint can’t set the playback position before the slide show has returned to the slide, at which point the video shows frame 1.