<?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"
>

<channel>
	<title>Methods In Excel &#187; Examples</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/tag/examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 04:00:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="normal" -->
	<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; Examples</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>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>0</slash:comments>
		</item>
		<item>
		<title>Beyond Excel Comments</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/08/28/beyond-excel-comments/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2009/08/28/beyond-excel-comments/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 10:50:02 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[Spreadsheet Design]]></category>
		<category><![CDATA[UI Design]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=557</guid>
		<description><![CDATA[Beyond Comments in Excel. I’m not sure how it happen. I’m not sure when it happen. At first I was shocked, then I felt used, now just anger. [;-))))] Somehow Mike Alexander has hacked into my laptop, and started to steal my blog post ideas. I use ATnotes to jott down any ideas I have [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2009/08/28/beyond-excel-comments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Excel 2007 Tables &#8211; the basics</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/04/20/460/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2009/04/20/460/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:50:49 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[XL 2007]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=460</guid>
		<description><![CDATA[Today I took my first look at Excel 2007 tables. I’ve hardly use Excel 2007, for obvious reasons, so I’ve not really played with many of the “new” features. I did a bit of research and basically there are already a few good spots out there for table related stuff: An incredibly cheesy Microsoft video, [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2009/04/20/460/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting the default value of a Class in VBA.</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/12/08/setting-the-default-value-of-a-class-in-vba/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/12/08/setting-the-default-value-of-a-class-in-vba/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 11:39:48 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/12/08/setting-the-default-value-of-a-class-in-vba/</guid>
		<description><![CDATA[There is no keyword in VB6 that allows you to set the default value of a class. Code like this for example will error out. PLAIN TEXT Public Sub Test&#40;&#41; Dim x As New MyClass x.Name = "Ross" x.Name2 = "Dave" MsgBox x End Sub However it can be done, even if it's a bit [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/12/08/setting-the-default-value-of-a-class-in-vba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validating file names</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/10/22/validating-file-names/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/10/22/validating-file-names/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 12:59:16 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[UDF]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/10/22/validating-file-names/</guid>
		<description><![CDATA["Validating" file names is one of those things that no matter how hard you try you'll never get it 100% right. There are a loads of reasons when a file might not save, even if the name is valid, acess rights, disk space, problems with the file it's self, network issues... Basically you have to [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/10/22/validating-file-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do Events Examples in VBA</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/10/22/do-events-examples-in-vba/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/10/22/do-events-examples-in-vba/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 10:33:37 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/10/22/do-events-examples-in-vba/</guid>
		<description><![CDATA[JP asked if I could expand on the Cancel post. I thought that I had already posted a DoEvent example, but I couldn't find it on this blog, although when I dug out the org. file it did have a link to a blog post that didn't work!!!! Maybe my blog is losing content! Anyway [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/10/22/do-events-examples-in-vba/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Implementing Cancels in VBA Loops</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/10/21/implementing-cancels-in-vba-loops/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/10/21/implementing-cancels-in-vba-loops/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 13:24:54 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/10/21/implementing-cancels-in-vba-loops/</guid>
		<description><![CDATA[I like to allow users the opportunity to cancel out of long loops if they need to. I use a global variable, something like gbCanacel, which gets set to True when the user clicks the Cancel button. Then my looping checks for this with an if statement, normally the last thing inside the next/loop statement. [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/10/21/implementing-cancels-in-vba-loops/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>More Fuzzy Logic!!</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/10/09/more-fuzzy-logic/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/10/09/more-fuzzy-logic/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 15:59:41 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[UDF]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/10/09/more-fuzzy-logic/</guid>
		<description><![CDATA[I've added a few more methods to the fuzzy logic ss. Namely Jaro-Winkler (nice name!) and a Longest Common Subsequence function and a Dice Coefficient function. The last 2 dont seem to be that useful, but what the hay, you never know when you might just need a Dice Coefficient right! Heres the ss. Fuzzy [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/10/09/more-fuzzy-logic/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fuzzy Logic!</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/09/17/fuzzy-logic/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/09/17/fuzzy-logic/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 14:39:23 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[UDF]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/09/17/fuzzy-logic/</guid>
		<description><![CDATA[Last week I spent a bit of time working on a of Fuzzy Logic type problem. This was for a VB app, rather than anything to do with Excel, but I wanted to test the different methods quickly and in a flexibly way. Excel was obviously ideal for doing this. I have complied about 5 [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/09/17/fuzzy-logic/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Standard Deviation of Counts</title>
		<link>http://www.blog.methodsinexcel.co.uk/2008/05/04/standard-deviation-of-counts/</link>
		<comments>http://www.blog.methodsinexcel.co.uk/2008/05/04/standard-deviation-of-counts/#comments</comments>
		<pubDate>Sun, 04 May 2008 12:40:53 +0000</pubDate>
		<dc:creator>Ross  McLean</dc:creator>
				<category><![CDATA[UDF]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2008/05/04/standard-deviation-of-counts/</guid>
		<description><![CDATA[NB: See comments for errors and corrections to this code! Today I needed to get the Standard Deviation for a number of counts of scores. Like this: I dont know of a way to do this in the worksheet, and a quick google didnt turn anyhting up eirther, so it was off to VBA, this [...]]]></description>
		<wfw:commentRss>http://www.blog.methodsinexcel.co.uk/2008/05/04/standard-deviation-of-counts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
