<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me find a VBScript program to create a PowerPoint file from a directory of images.</title>
	<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images/</link>
	<description>Comments on Ask MetaFilter post Help me find a VBScript program to create a PowerPoint file from a directory of images.</description>
	<pubDate>Mon, 11 Sep 2006 06:46:02 -0800</pubDate>
	<lastBuildDate>Mon, 11 Sep 2006 06:46:02 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me find a VBScript program to create a PowerPoint file from a directory of images.</title>
		<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images</link>	
		<description>I&apos;ve tried for several weeks to find this VBScript program from long ago. It&apos;s deceptively simple (create PPT, create slide within PPT, insert image, put title on slide, repeat last three steps until all images inserted). &lt;br /&gt;&lt;br /&gt; A while back I found a standalone vbScript (VBS) on a Japanese website that would take all of the JPEG images in a folder, create a PowerPoint presentation and insert each JPEG into a separate slide. I believe it titled the slides with the names of the JPEGs as well. It was surprisingly short--40 or so lines of code if I remember correctly. But stupidly, I lost it and now I can&apos;t find it anywhere! &lt;br&gt;
&lt;br&gt;
The script requires you have PowerPoint installed since it uses the MickeySoft document engine (or whatever it&apos;s called) that lets you automate Office documents and programs.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.46315</guid>
		<pubDate>Mon, 11 Sep 2006 05:47:53 -0800</pubDate>
		<dc:creator>ostranenie</dc:creator>
		
			<category>powerpoint</category>
		
			<category>images</category>
		
			<category>automatically</category>
		
			<category>create</category>
		
	</item> <item>
		<title>By: Herr Fahrstuhl</title>
		<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images#706936</link>	
		<description>I can&apos;t help you with your specific request, but if you have at least minimal programming skills, you could record a macro in PowerPoint (Extras-Macros-Record Macro) of the actions you need (new slide, import file, etc.). Then you could edit the source code of the macro to repeat this action n times (with a for-loop). Provided the JPEGs follow a consistent naming schema, this should be very easy. If they don&apos;t, it gets a little more complicated.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46315-706936</guid>
		<pubDate>Mon, 11 Sep 2006 06:46:02 -0800</pubDate>
		<dc:creator>Herr Fahrstuhl</dc:creator>
	</item><item>
		<title>By: ostranenie</title>
		<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images#707087</link>	
		<description>Thanks for your reply.&lt;br&gt;
&lt;br&gt;
I &lt;em&gt;could&lt;/em&gt; do that, but I&apos;m looking for a standalone script that creates the PPT, creates the slides within the PPT and inserts all JPEGs in the folder the script is run in in the separate slides (vbScript has a Files collection object, so the names of the JPEGs wouldn&apos;t matter).  &lt;br&gt;
&lt;br&gt;
What I&apos;m really after are the names of the functions in vbScript that create a presentation, insert slides, etc., etc., as well as examples of their use. I &lt;em&gt;could&lt;/em&gt; spend a few more hours looking them up in MSDN or Office Help, but since the script&apos;s already been written, I thought someone may have already come across it...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46315-707087</guid>
		<pubDate>Mon, 11 Sep 2006 11:28:56 -0800</pubDate>
		<dc:creator>ostranenie</dc:creator>
	</item><item>
		<title>By: CrayDrygu</title>
		<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images#707395</link>	
		<description>This isn&apos;t the script you&apos;re looking for, but if you know a bit about scripting, &lt;a href=&quot;http://www.microsoft.com/technet/scriptcenter/scripts/office/ppt/default.mspx&quot;&gt;these examples&lt;/a&gt; contain most of what you need to recreate it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46315-707395</guid>
		<pubDate>Mon, 11 Sep 2006 16:28:19 -0800</pubDate>
		<dc:creator>CrayDrygu</dc:creator>
	</item><item>
		<title>By: wayne</title>
		<link>http://ask.metafilter.com/46315/Help-me-find-a-VBScript-program-to-create-a-PowerPoint-file-from-a-directory-of-images#708407</link>	
		<description>&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbapp10/html/pptocObjectModelApplication.asp?frame=true&quot;&gt;Another MSDN PowerPoint API reference I use a lot.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Also, I know you care about the function names, but if you just cared about inserting photos onto PowerPoint slides, there&apos;s no need for VBE at all.  PowerPoint 2002 and 2003 both contain a Photo Album feature that&apos;ll do this without any code (Insert | Picture | New Photo Album).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.46315-708407</guid>
		<pubDate>Tue, 12 Sep 2006 22:55:46 -0800</pubDate>
		<dc:creator>wayne</dc:creator>
	</item>
	</channel>
</rss>
