<?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>Mike Salsbury's Blog &#187; Visual</title>
	<atom:link href="http://mikesalsbury.com/tag/visual/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikesalsbury.com</link>
	<description>An eclectic blog...</description>
	<lastBuildDate>Mon, 05 Jul 2010 05:44:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Basic 6 (VB6) Code to Put Data in an Excel Spreadsheet</title>
		<link>http://mikesalsbury.com/2005/06/visual-basic-6-vb6-code-to-put-data-in-an-excel-spreadsheet/</link>
		<comments>http://mikesalsbury.com/2005/06/visual-basic-6-vb6-code-to-put-data-in-an-excel-spreadsheet/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 18:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB and VBScript]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[place]]></category>
		<category><![CDATA[place data]]></category>
		<category><![CDATA[put]]></category>
		<category><![CDATA[put data]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[spreadsheet cell]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB6]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[workbook]]></category>
		<category><![CDATA[write]]></category>
		<category><![CDATA[write data]]></category>

		<guid isPermaLink="false">http://michaelsalsbury.com/?p=52</guid>
		<description><![CDATA[Visual Basic 6.0 (VB6) code to put data into a Microsoft Excel
spreadsheet. This sample VB6 subroutine will write some data into Excel
spreadsheet cells.
]]></description>
		<wfw:commentRss>http://mikesalsbury.com/2005/06/visual-basic-6-vb6-code-to-put-data-in-an-excel-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript Function to Determine if a Registry Entry Exists</title>
		<link>http://mikesalsbury.com/2005/06/vbscript-function-to-determine-if-a-registry-entry-exists/</link>
		<comments>http://mikesalsbury.com/2005/06/vbscript-function-to-determine-if-a-registry-entry-exists/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 18:01:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB and VBScript]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[determine]]></category>
		<category><![CDATA[entry]]></category>
		<category><![CDATA[exists]]></category>
		<category><![CDATA[present]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[verify]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://michaelsalsbury.com/?p=58</guid>
		<description><![CDATA[VBScript code for a function that determines if a given Registry entry
exists.
]]></description>
		<wfw:commentRss>http://mikesalsbury.com/2005/06/vbscript-function-to-determine-if-a-registry-entry-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript &#8220;Sleep&#8221; Function</title>
		<link>http://mikesalsbury.com/2005/06/vbscript-sleep-function/</link>
		<comments>http://mikesalsbury.com/2005/06/vbscript-sleep-function/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 17:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB and VBScript]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[pause]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript sleep]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[wait]]></category>

		<guid isPermaLink="false">http://michaelsalsbury.com/?p=53</guid>
		<description><![CDATA[VBScript function to put the system to sleep (i.e., make it do nothing)
for a specified number of seconds.
]]></description>
		<wfw:commentRss>http://mikesalsbury.com/2005/06/vbscript-sleep-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBScript Subroutine to Split Up a Tab-Delimited Line of Text</title>
		<link>http://mikesalsbury.com/2005/06/vbscript-subroutine-to-split-up-a-tab-delimited-line-of-text/</link>
		<comments>http://mikesalsbury.com/2005/06/vbscript-subroutine-to-split-up-a-tab-delimited-line-of-text/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 17:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB and VBScript]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[delimited]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://michaelsalsbury.com/?p=46</guid>
		<description><![CDATA[VBScript function to split up a line of tab-delimited text into an array.
]]></description>
		<wfw:commentRss>http://mikesalsbury.com/2005/06/vbscript-subroutine-to-split-up-a-tab-delimited-line-of-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send an Email Via Outlook from VB or VBScript</title>
		<link>http://mikesalsbury.com/2005/06/send-an-email-via-outlook-from-vb-or-vbscript/</link>
		<comments>http://mikesalsbury.com/2005/06/send-an-email-via-outlook-from-vb-or-vbscript/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 17:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB and VBScript]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[vbscript send email outlook]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://michaelsalsbury.com/?p=54</guid>
		<description><![CDATA[VBScript subroutine to send an Outlook email message to the addresses of
your choice, with a custom subject line and message content.
]]></description>
		<wfw:commentRss>http://mikesalsbury.com/2005/06/send-an-email-via-outlook-from-vb-or-vbscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
