<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Methods In Excel &#187; API&#8217;s</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/tag/apis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 18:27:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Ross McLean from Methods In Excel, catches up with Excel Developers around the world to find out what&#039;s happen in the world of Excel!</itunes:summary>
	<itunes:author>Methods In Excel</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.methodsinexcel.co.uk/Downloads/Podcasts/Podcast.jpg" />
	<itunes:owner>
		<itunes:name>Methods In Excel</itunes:name>
		<itunes:email>rossmclean@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>rossmclean@gmail.com (Methods In Excel)</managingEditor>
	<copyright>Ross Mclean</copyright>
	<itunes:subtitle>The Methods In Excel Podcasts</itunes:subtitle>
	<itunes:keywords>Excel, VBA, Office, .Net, Ross Mclean, XL</itunes:keywords>
	<image>
		<title>Methods In Excel &#187; API&#8217;s</title>
		<url>http://www.methodsinexcel.co.uk/Downloads/Podcasts/Podcast.jpg</url>
		<link>http://www.blog.methodsinexcel.co.uk</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
		<itunes:category text="Tech News" />
	</itunes:category>
		<item>
		<title>Playing Video Files in VBA forms</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/12/15/playing-video-files-in-vba-forms/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2009/12/15/playing-video-files-in-vba-forms/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:40:19 +0000</pubDate>
		<dc:creator>Ross McLean</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[API's]]></category>
		<category><![CDATA[Dev Tools]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=957</guid>
		<description><![CDATA[A bit more from the past, in this example file you can play a video natively within a VBA form &#8211; cool! The example file here: Video API]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2009/12/15/playing-video-files-in-vba-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing on a VBA Userform</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/12/14/drawing-on-a-vba-userform/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2009/12/14/drawing-on-a-vba-userform/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 11:56:03 +0000</pubDate>
		<dc:creator>Ross McLean</dc:creator>
				<category><![CDATA[UI Design]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[API's]]></category>
		<category><![CDATA[Dow]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Forms]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=951</guid>
		<description><![CDATA[I&#8217;m making a few post with old stuff from my main site (which is now closed), this is so I can point to the blogpost when I update my downlaods page, which I am planing on doing at some stage in the next few years! This example uses an API to let you actually draw [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2009/12/14/drawing-on-a-vba-userform/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Captionless worksheets</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/01/22/captionless-worksheets-2/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2006/01/22/captionless-worksheets-2/#comments</comments>
		<pubDate>Sun, 22 Jan 2006 12:28:00 +0000</pubDate>
		<dc:creator>Ross McLean</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[UI Design]]></category>
		<category><![CDATA[API's]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/01/22/captionless-worksheets-2/</guid>
		<description><![CDATA[Big Dick Kusleika over at Daily Does of Excel made some suggestions for Excel 12. One of which was to have captionless worksheets. The following example sort of does it, it&#8217;s a modification of Steven Bullen&#8217;s and Tim Clem&#8217;s Form fun class. I didn&#8217;t spend very long on this as it&#8217;s not really of any [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2006/01/22/captionless-worksheets-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Speed Basic Update!</title>
		<link>http://www.blog.methodsinexcel.co.uk/2006/01/18/speed-basic-update/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2006/01/18/speed-basic-update/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 20:55:00 +0000</pubDate>
		<dc:creator>Ross McLean</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[API's]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Dev Tools]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2006/01/18/speed-basic-update/</guid>
		<description><![CDATA[So i installed and played around with SpeedBasic. I chose to install the Borland C++ compiler, even though i have MSVC. I can honestly say it was a breeze. Much easier that installing VS6 or VB express! (This is stupid, how can it be that one man working by himself can do it better that [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2006/01/18/speed-basic-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

