PowerPoint - how to retrieve the sounds that I recorded in Powerpoint?
Asked By Fran
13-Mar-10 11:23 AM
I have interviewed a few people using the Powerpoint sound recorder and
included their voices in my presentation. I have saved each voice under
different names using the "record sound" box. How can I see the names of each
recorded voice? Or retrieve the names files?
Many thanks!
PowerPoint 2007
(1)
PowerPoint
(1)
PPTools
(1)
PowerPointhttp
(1)
Annoyances
(1)
Makeover
(1)
Yowza
(1)
Instrux
(1)
Steve Rindsberg replied to Fran
Here you go:
Extract images and sounds from PowerPoint
http://www.pptfaq.com/FAQ00778.htm
==============================
PPT Frequently Asked Questions
http://www.pptfaq.com/
PPTools add-ins for PowerPoint
http://www.pptools.com/
Echo S replied to Steve Rindsberg
Oh, we probably need to add instrux for cracking the PPTX file open in PPT
2010, huh? I can do that...
--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2010? http://www.echosvoice.com/2010.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx
Steve Rindsberg replied to Echo S
Yowza ... you have the email address and are not afraid to use it, right?
Right.
==============================
PPT Frequently Asked Questions
http://www.pptfaq.com/
PPTools add-ins for PowerPoint
http://www.pptools.com/

Best way to make DVD of a PP slide show? PowerPoint I am having a go at making a slide show in PP 2007, there is music too, no other voice over. I chose PP because I thought this user inserts the DVD? And stuff like this, I better know. Thanks in advance. - - dorayme PowerPoint Discussions PowerPoint (1) Windows DVD Maker (1) Windows 7 (1) Office (1) Vista (1) Windows Live Photo Gallery (1) Exception (1) Relative (1) Download the free PowerPoint Player and add it to your DVD. Include instructions on how to use it. If the end user does not already have PowerPoint or the PowerPoint Player on his computer I recommend to them that they install the PowerPoint Player on the DVD to their hard drive. That way they can always view PPT
VBA to VB.Net code Help PowerPoint Hello all, I am an absolute beginner to VB and trying to write a one simple code. My issue is I wrote a working code to automate an animation within powerpoint i.e VBA and need to transfer it to a user form in VB2008 so simple button click will open ppt and perform the following actions. The code to open powerpoint with a blank side and apply the ppt object library isnt a problem, just a Visible = msoTrue .Line.ForeColor.SchemeColor = ppForeground .Line.BackColor.RGB = RGB(255, 255, 255) End With PowerPoint Discussions COMException (1) ShapeRange (1) PowerPoint (1) PageSetup (1) Shapes (1) Office (1) Error (1) EventArgs (1) I do not use your code to open PPT etc. Presumably it is getting an object reference to the PowerPoint app and presentation, and most likely the code below needs to be modified to work with that object reference; right now, it is written to run within PowerPoint. Many thanks for your input Steve. I have the same question posted on VBforums but That's really all I am stuck on now. Imports Office = Microsoft.Office.Core Imports PowerPoint = Microsoft.Office.Interop.PowerPoint Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object
PPTView fails in Windows7 using Office PowerPoint 2007 PowerPoint Followed your work around directions in packaging my PPT to a CD by first performing this way, I encounter an error message stating "This file requires the Compatibility Pack for 2007 Office System to view content". I am on 2007 and there is no 2007 compatibility patch. I just see it for XP, and earlier OS. I spent a lot need to execute it next week. What is t he problem? What is the resolution? PowerPoint Discussions CD Michael Koerner Microsoft MVP PowerPoint (1) PowerPoint 2007 (1) Office System (1) Windows 7 (1) Office (1) Microsoft CD Burner
Please Heeeeelp! Vba code to add animation to an existing object PowerPoint I am a teacher trying to make a game using 2007, and i am trying to do two things. One is to add an animation like forum i have found but no one care to answer. this is my last resort. PowerPoint Discussions ActivePresentation.SlideShowWindow.View.GotoSlide (1) Visual Basic for Applications (1) Microsoft PowerPoint (1) PowerPoint (1) TimeLine.MainSequence.AddEffect (1) ActivePresentation.Slides (1) VBA (1) MsoAnimEffectSpin (1) Set the repeat can help you get it to work properly. - -David - - David M. Marcovitz Author of _Powerful PowerPoint for Educators_ http: / / www.PowerfulPowerPoint.com / Microsoft PowerPoint MVP Associate Professor, Loyola University Maryland Thanks David, I know how to name the object it lands in a random position of the wheel. - -- frmsrcurl: http: / / msgroups.net / microsoft.public.powerpoint / Please-Heeeeelp-Vba-code-to-add-animation-to-an-existing-object Great. I am glad
Create Graphs using VBA PowerPoint Hello, I trying to implement a routine to create Powerpoint slides using a function from Microsoft Knowledge base 200551. There are 2 prolblems I am this site below. The first one is the routine uses early binding to the the Powerpoint library so the intellisense does not work. I am going to need to make some changed: 'Dim oPwrpnt As Object, OpwrPresent As Object '<< = = = this is commented out Dim OPwrPnt As PowerPoint.Application Dim OpwrPresent As PowerPoint.Presentation 'Dim oDataSheet As Object, shpGraph As Object '<< = = = this is commented out Dim oDataSheet As PowerPoint.DataTable Dim shpGraph As PowerPoint.Shapes '<< = = = Is this correct? The following Set statement does not compile - fails with "Method or As String, CGFF_SavedPPT As String) As Boolean '* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * 'Function: CreateGraphFromFile 'Purpose: Create a graph on a PowerPoint Slide using a Microsoft ' Access table. ' 'Arguments: CGFF_PPTFilename - name of the new PowerPoint presentation ' file