<?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>DEVelopers HUT</title>
	<atom:link href="http://www.devhut.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devhut.net</link>
	<description>Putting the Pieces of the Puzzle Together, One Piece at a Time!</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBScript &#8211; Rename the Extension of all the Files in the Current Directory</title>
		<link>http://www.devhut.net/2012/02/06/vbscript-rename-the-extension-of-all-the-files-in-the-current-directory/</link>
		<comments>http://www.devhut.net/2012/02/06/vbscript-rename-the-extension-of-all-the-files-in-the-current-directory/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VBScript & Batch Files]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=968</guid>
		<description><![CDATA[Here is another odd problem I had to tackle and which VBScripting was up to the task of easily handling. I had the need of changing the extension of all the files in a folder from *.wdseml to *.eml. If you only have 1 or two files, a manual solution is feasible, but in this [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/02/06/vbscript-rename-the-extension-of-all-the-files-in-the-current-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript &#8211; Determine Current Directory Path</title>
		<link>http://www.devhut.net/2012/02/03/vbscript-determine-current-directory-path/</link>
		<comments>http://www.devhut.net/2012/02/03/vbscript-determine-current-directory-path/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:00:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VBScript & Batch Files]]></category>
		<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=965</guid>
		<description><![CDATA[Have you ever needed to merely determine the full path of the location where a vbscript is located?  I t really isn&#8217;t that hard, once you know how to do it!  Below is one method to determine directory path of the executing vbscript. sVBSPath = Left(WScript.ScriptFullName,(Len(WScript.ScriptFullName) _ - (Len(WScript.ScriptName) + 1))) msgbox sVBSPath]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/02/03/vbscript-determine-current-directory-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA &#8211; Directory/Folder Name Validation</title>
		<link>http://www.devhut.net/2012/02/02/vba-directoryfolder-name-validation/</link>
		<comments>http://www.devhut.net/2012/02/02/vba-directoryfolder-name-validation/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:00:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Word VBA Programming]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=957</guid>
		<description><![CDATA[I had a need to create folders from Access, but needed a means to first validate that the folders names were acceptable as Windows does not allow certain characters and has certain basic rules (refer to the 2 links commented out in the function below for all the details).  As such, I created the following [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/02/02/vba-directoryfolder-name-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Access 2007-2010 Ribbon Development</title>
		<link>http://www.devhut.net/2012/01/21/ms-access-2007-2010-ribbon-development/</link>
		<comments>http://www.devhut.net/2012/01/21/ms-access-2007-2010-ribbon-development/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 01:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MS Access General Information]]></category>
		<category><![CDATA[MS Office]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=943</guid>
		<description><![CDATA[&#160; A while back, ok several years ago, I took a look at the new (at the time it was new) ribbon.  I was interested in porting my Custom Toolbars into the new and improved format.  At the time I spent hours trying to digg up information on the subject. To put things bluntly, MS [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2012/01/21/ms-access-2007-2010-ribbon-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MS Access – Splitting and Deploying Your Database &#8211; Part 2</title>
		<link>http://www.devhut.net/2011/12/15/ms-access-splitting-and-deploying-your-database-part-2/</link>
		<comments>http://www.devhut.net/2011/12/15/ms-access-splitting-and-deploying-your-database-part-2/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 13:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MS Access General Information]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=942</guid>
		<description><![CDATA[In my previous post entitled Splitting and Deploying Your Database, I elaborated on the critical importance of splitting your database before deploying it to your end-users.  That said, many people post questions regarding securing their applications from their end-users to minimize their ability to mess around with the database, mainly fool around directly with the tables.  [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/12/15/ms-access-splitting-and-deploying-your-database-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Excel-VBA-Reset AutoFilter</title>
		<link>http://www.devhut.net/2011/12/08/ms-excel-vba-reset-autofilter/</link>
		<comments>http://www.devhut.net/2011/12/08/ms-excel-vba-reset-autofilter/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 13:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=931</guid>
		<description><![CDATA[I needed to ensure that no AutoFilters were set before running some other procedures. Below is a very simple sub routine that you can use do reset any, and all, AutoFilters within an Excel Workbook. '--------------------------------------------------------------------------------------- ' Procedure : ResetAutoFilters ' Author : CARDA Consultants Inc. ' Website : http://www.cardaconsultants.com ' Purpose : Resets all [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/12/08/ms-excel-vba-reset-autofilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Office &#8211; Executable File Versions</title>
		<link>http://www.devhut.net/2011/11/29/ms-office-executable-file-versions/</link>
		<comments>http://www.devhut.net/2011/11/29/ms-office-executable-file-versions/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 13:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MS Access General Information]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[MS Word]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=920</guid>
		<description><![CDATA[It can sometimes be necessary to determine the version of the program you are working with in VBA and I have been unable to find a comprehensive listing.  Microsoft themselves have scattered this information over numerous pages?!  Here is what I have compiled myself thus far (Office 2000 through Office 2010 SP1). &#160; Application Name [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/11/29/ms-office-executable-file-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual PC on Multiple Monitors</title>
		<link>http://www.devhut.net/2011/11/26/virtual-pc-on-multiple-monitors/</link>
		<comments>http://www.devhut.net/2011/11/26/virtual-pc-on-multiple-monitors/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 13:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Technology Discussion]]></category>
		<category><![CDATA[Multiple Monitors]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<category><![CDATA[Virtual PC]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=888</guid>
		<description><![CDATA[Ok, I finally decided to write my own post on the subject of how to configure Windows Virtual PC, and/or Windows XP Mode, to run in multiple monitors.  Why another article.  Simple, I searched high and low and managed to find bits and pieces, but no one seemed to give all the information, and certainly [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/11/26/virtual-pc-on-multiple-monitors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Home Edition Connection to UNIX Server</title>
		<link>http://www.devhut.net/2011/11/16/windows-7-home-edition-connection-to-unix-server/</link>
		<comments>http://www.devhut.net/2011/11/16/windows-7-home-edition-connection-to-unix-server/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Technology Discussion]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=882</guid>
		<description><![CDATA[The following article discusses editing your computer&#8217;s registry. Such action may lead to serious issue with your computer if not done properly. This website and it&#8217;s contributor&#8217;s assumes none responsibility for any of the information provided. Follow these steps at your own risk! I was recently helping a colleague who had hit a wall with [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/11/16/windows-7-home-edition-connection-to-unix-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Excel – VBA – Print 1 Page Wide</title>
		<link>http://www.devhut.net/2011/11/15/ms-excel-%e2%80%93-vba-%e2%80%93-print-1-page-wide/</link>
		<comments>http://www.devhut.net/2011/11/15/ms-excel-%e2%80%93-vba-%e2%80%93-print-1-page-wide/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 13:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Excel VBA Programming]]></category>
		<category><![CDATA[MS Excel VBA]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.devhut.net/?p=877</guid>
		<description><![CDATA[Have you ever wanted to setup your spreadsheet to print 1 page wide? It sounds like such a simple thing to do, and yet at first glance it appears not to be so easy in Excel&#8217;s VBA. Now if you record a macro, or do some searching online, you&#8217;ll find that the method for setting [...]]]></description>
		<wfw:commentRss>http://www.devhut.net/2011/11/15/ms-excel-%e2%80%93-vba-%e2%80%93-print-1-page-wide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

