<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MattsBits - VBScript</title>
    <link>http://www.mattsbits.co.uk/cat-7.html</link>
    <description>This category contains all articles related to Microsof's VBScript scripting language.</description>
    <language>en-gb</language>
    <generator>MattHawkins CMS v3.0</generator>
    <copyright>Copyright 2009-2012</copyright>
    <webMaster>webmaster@mattsbits.co.uk (MattsBits Webmaster)</webMaster>
    <image>
      <url>http://www.mattsbits.co.uk/ncms-images/page_furniture/mattsbits/rss_100x100.png</url>
      <title>MattsBits - VBScript</title>
      <link>http://www.mattsbits.co.uk/cat-7.html</link>
    </image>
    <atom:link href="http://www.mattsbits.co.uk/ncms_feeds/rss2_cat_7.xml" rel="self" type="application/rss+xml" />
    <item>
     <title>List All Files In A Folder Using VBScript</title>
     <link>http://www.mattsbits.co.uk/item-85.html</link>
     <description>
     <![CDATA[If you need to create a customised file listing from a folder you can use the following VBScript. It outputs file information to a text file. This can be modified to create XML or CSV outputs.]]></description>
     <category>VBScript</category>
     <pubDate>Wed, 19 Jan 2011 11:51:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-85.html</guid>
    </item>
    <item>
     <title>VBScript Function To Left Or Right Pad A String</title>
     <link>http://www.mattsbits.co.uk/item-76.html</link>
     <description>
     <![CDATA[Here is a VBScript function to left or right pad a string with a specified character. It is useful for creating formatted columns of text in outputs from VBScript scripts.]]></description>
     <category>VBScript</category>
     <pubDate>Fri, 29 Oct 2010 09:16:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-76.html</guid>
    </item>
    <item>
     <title>Removing Multiple Hyperlinks From An Excel Spreadsheet</title>
     <link>http://www.mattsbits.co.uk/item-68.html</link>
     <description>
     <![CDATA[With the default settings Excel will replace text with a hyperlink whenever it thinks you have entered a URL, email address or network path. This feature can be extremely annoying.]]></description>
     <category>VBScript</category>
     <pubDate>Fri, 08 Oct 2010 08:31:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-68.html</guid>
    </item>
    <item>
     <title>Word Macro To Replace Template In List Of Documents</title>
     <link>http://www.mattsbits.co.uk/item-67.html</link>
     <description>
     <![CDATA[If you need to bulk update a whole directory of Microsoft Office Word documents to point them to a new template then the following macro allows you to set the template to 'Normal.dot' in bulk.]]></description>
     <category>VBScript</category>
     <pubDate>Fri, 08 Oct 2010 08:02:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-67.html</guid>
    </item>
    <item>
     <title>Saving HSBC Bank Statements To HTML And CSV</title>
     <link>http://www.mattsbits.co.uk/item-44.html</link>
     <description>
     <![CDATA[If you are an HSBC customer you will already know that getting old statements out of the online banking system is a nightmare. My macro allows you to obtain CSV and HTML versions of your statements.]]></description>
     <category>VBScript</category>
     <pubDate>Fri, 02 Jul 2010 18:41:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-44.html</guid>
    </item>
    <item>
     <title>How To Read And Write Text Files Using VBScript</title>
     <link>http://www.mattsbits.co.uk/item-15.html</link>
     <description>
     <![CDATA[This example code shows how you can use VBScript to read and write standard text files. It can be used for reading lines from one file, processing them and then writing them back to another file.]]></description>
     <category>VBScript</category>
     <pubDate>Sat, 09 May 2009 21:17:00 +0000</pubDate>
     <guid isPermaLink="true">http://www.mattsbits.co.uk/item-15.html</guid>
    </item>
  </channel>
</rss>
