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

<channel>
	<title>The PODA Blog</title>
	<atom:link href="http://proofficedev.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://proofficedev.org/blog</link>
	<description>News, views and articles from our membership</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:02:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Path and Filename Functions</title>
		<link>http://proofficedev.org/blog/2011/03/path-and-filename-functions/</link>
		<comments>http://proofficedev.org/blog/2011/03/path-and-filename-functions/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:00:17 +0000</pubDate>
		<dc:creator>Jimmy Peña</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Dir]]></category>
		<category><![CDATA[FileLen]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[split]]></category>

		<guid isPermaLink="false">http://proofficedev.org/blog/?p=451</guid>
		<description><![CDATA[<p>VBA Express has what I consider to be the ideal functions for returning file name and path from a given input string. They avoid those pesky loops which I see on a few sites. As an exercise I thought of a few more ways to do so. I didn't completely avoid loops, but I think<em>Continue Reading:</em> <a class="more-link" href="http://proofficedev.org/blog/2011/03/path-and-filename-functions/">Path and Filename Functions &#187;</a></p><p><a href="http://proofficedev.org/blog/2011/03/path-and-filename-functions/">Path and Filename Functions</a> is Copyright &copy; <a href="http://proofficedev.org/blog">The PODA Blog</a>. All Rights Reserved.</p>]]></description>
		<wfw:commentRss>http://proofficedev.org/blog/2011/03/path-and-filename-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grab any Environment Variable</title>
		<link>http://proofficedev.org/blog/2011/03/grab-any-environment-variable/</link>
		<comments>http://proofficedev.org/blog/2011/03/grab-any-environment-variable/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:00:24 +0000</pubDate>
		<dc:creator>Jimmy Peña</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[environ]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://proofficedev.org/blog/?p=445</guid>
		<description><![CDATA[<p>In Capture a User’s Domain\UserName, Mike Alexander shows us how to use the Environ function to get the local username. This can be used to customize application messages or manage user credentials. Using a function with a custom enumeration we can return the value of any Environ variable. Here's one way to do it. First<em>Continue Reading:</em> <a class="more-link" href="http://proofficedev.org/blog/2011/03/grab-any-environment-variable/">Grab any Environment Variable &#187;</a></p><p><a href="http://proofficedev.org/blog/2011/03/grab-any-environment-variable/">Grab any Environment Variable</a> is Copyright &copy; <a href="http://proofficedev.org/blog">The PODA Blog</a>. All Rights Reserved.</p>]]></description>
		<wfw:commentRss>http://proofficedev.org/blog/2011/03/grab-any-environment-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule a recurring task every N minutes</title>
		<link>http://proofficedev.org/blog/2011/02/schedule-a-recurring-task-every-n-minutes/</link>
		<comments>http://proofficedev.org/blog/2011/02/schedule-a-recurring-task-every-n-minutes/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 12:00:33 +0000</pubDate>
		<dc:creator>Jimmy Peña</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[recurring]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[task scheduler]]></category>

		<guid isPermaLink="false">http://proofficedev.org/blog/?p=434</guid>
		<description><![CDATA[<p>You can schedule code to run every N minutes, using Outlook. I can see a lot of uses for this, for example if you needed to run cleanup code regularly, or email sorting, or anything else that needs to happen regularly at greater intervals than Outlook already provides with the built-in recurring feature. (Note: I<em>Continue Reading:</em> <a class="more-link" href="http://proofficedev.org/blog/2011/02/schedule-a-recurring-task-every-n-minutes/">Schedule a recurring task every N minutes &#187;</a></p><p><a href="http://proofficedev.org/blog/2011/02/schedule-a-recurring-task-every-n-minutes/">Schedule a recurring task every N minutes</a> is Copyright &copy; <a href="http://proofficedev.org/blog">The PODA Blog</a>. All Rights Reserved.</p>]]></description>
		<wfw:commentRss>http://proofficedev.org/blog/2011/02/schedule-a-recurring-task-every-n-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel 2010 changes</title>
		<link>http://proofficedev.org/blog/2010/02/excel-2010-changes/</link>
		<comments>http://proofficedev.org/blog/2010/02/excel-2010-changes/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 07:30:53 +0000</pubDate>
		<dc:creator>Jimmy Peña</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://proofficedev.org/blog/?p=399</guid>
		<description><![CDATA[<p>If you're upgrading to Excel 2010, there are some object model changes you should be aware of. Read on to find out more.</p><p><a href="http://proofficedev.org/blog/2010/02/excel-2010-changes/">Excel 2010 changes</a> is Copyright &copy; <a href="http://proofficedev.org/blog">The PODA Blog</a>. All Rights Reserved.</p>]]></description>
		<wfw:commentRss>http://proofficedev.org/blog/2010/02/excel-2010-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you&#039;re upgrading to Outlook 2010&#8230;</title>
		<link>http://proofficedev.org/blog/2010/02/if-youre-upgrading-to-outlook-2010/</link>
		<comments>http://proofficedev.org/blog/2010/02/if-youre-upgrading-to-outlook-2010/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 07:00:13 +0000</pubDate>
		<dc:creator>Jimmy Peña</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://proofficedev.org/blog/?p=396</guid>
		<description><![CDATA[<p>If you're upgrading to Outlook 2010, be aware of the object model changes. Several important objects have been deprecated.</p><p><a href="http://proofficedev.org/blog/2010/02/if-youre-upgrading-to-outlook-2010/">If you're upgrading to Outlook 2010&#8230;</a> is Copyright &copy; <a href="http://proofficedev.org/blog">The PODA Blog</a>. All Rights Reserved.</p>]]></description>
		<wfw:commentRss>http://proofficedev.org/blog/2010/02/if-youre-upgrading-to-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

