Last week I showed you an easy way to extract audio and image files from a presentation. The problem with that method is that it only works on files created in PowerPoint 2007 or 2010. What if you received a file created in an older version that didn't have the updated file extension? This week I will show you an alternate way to do this in both PowerPoint 2007 and 2010.
In PowerPoint 2007, you will save the project as an html file.
- Open the presentation in PowerPoint 2007.
- Click the Office button and choose Save As.
The Save As dialog box opens. - From the Save As drop-down menu, choose Web page.
- Select a storage location for your folder and give it a name.
- Click Save.
- Locate the new HTML file folder on your hard-drive.
Within this folder is a sub-folder by the same name followed by _files (e.g. HTMLme_files). - Open the _files folder.
Included inside the folder are all of the audio and image files used in the presentation.
With the newest edition of PowerPoint, the option to save as a web page has been removed, so the method used in PowerPoint 2007 will no longer work. Here is a workaround for saving your presentation as an HTML file in PowerPoint 2010.
- Open the PowerPoint presentation in PowerPoint 2010.
- Press [Alt] [F11] on your keyboard.
Microsoft Visual Basic for Applications opens. - Press [Ctrl] [G] on your keyboard.
The Immediate window opens within Microsoft VBA. - Copy and paste the following text into the Immediate window:
ActivePresentation.SaveAs "<Drive>:\users\<username>\desktop\<filename>.htm", ppSaveAsHTML, msoFalse - Press [Enter] on your keyboard.
In PowerPoint, where your presentation once had the filename you had given it, it now says <filename>.htm (upon saving the presentation the title bar will revert back to its original name). - Navigate to where your PowerPoint presentation is saved. There is now a folder with the same name as your presentation followed by _files. (Example: HTMLme_files)
- Open the new folder.
Included inside the folder are all of the audio and image files used in the presentation.
About the author: AJ George is IconLogic's lead Technical Writer and author of both "PowerPoint 2007: The Essentials" and "PowerPoint 2008 for the Macintosh: The Essentials."
Your VB script worked a treat - many thanks
Posted by: Stuart | May 29, 2011 at 07:56 AM
You're welcome Stuart!
Posted by: AJ George | May 31, 2011 at 11:05 AM
Thank yo so much for sharing this information. I have successfully extracted a power-point file by using the method on MS office 2010. Please send your updates you have more tips and details about power-point.
Posted by: Account Deleted | November 08, 2011 at 02:08 AM
Thank you for the tip. Sanjoy
Posted by: Sanjoy | October 30, 2012 at 04:03 AM