<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/visual-basic</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 00:39:58 GMT</pubDate>
<item>
<title>(Visual Basic) Input Control - lolrenx</title>
<link>http://snipplr.com/view/71157/input-control/</link>
<description><![CDATA[ <p>force numeric input in control form</p> ]]></description>
<pubDate>Mon, 13 May 2013 18:01:44 GMT</pubDate>
<guid>http://snipplr.com/view/71157/input-control/</guid>
</item>
<item>
<title>(Visual Basic) is in array(str) - lolrenx</title>
<link>http://snipplr.com/view/70922/is-in-arraystr/</link>
<description><![CDATA[ <p>check if string is in array (1D only) 
1 : boolean 
2 : index</p> ]]></description>
<pubDate>Wed, 24 Apr 2013 21:08:38 GMT</pubDate>
<guid>http://snipplr.com/view/70922/is-in-arraystr/</guid>
</item>
<item>
<title>(Visual Basic) Sheets_List_From_File - lolrenx</title>
<link>http://snipplr.com/view/70373/sheetslistfromfile/</link>
<description><![CDATA[ <p>lists sheets without opening the file</p> ]]></description>
<pubDate>Wed, 13 Mar 2013 02:04:10 GMT</pubDate>
<guid>http://snipplr.com/view/70373/sheetslistfromfile/</guid>
</item>
<item>
<title>(Visual Basic) browse folder/file - lolrenx</title>
<link>http://snipplr.com/view/70130/browse-folderfile/</link>
<description><![CDATA[ <p>returns folder/file  path as string</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 23:35:56 GMT</pubDate>
<guid>http://snipplr.com/view/70130/browse-folderfile/</guid>
</item>
<item>
<title>(Visual Basic) [VBS] Change Default Printer - goo</title>
<link>http://snipplr.com/view/69379/vbs-change-default-printer/</link>
<description><![CDATA[ <p>Change default printer with vbs script</p> ]]></description>
<pubDate>Mon, 07 Jan 2013 23:58:13 GMT</pubDate>
<guid>http://snipplr.com/view/69379/vbs-change-default-printer/</guid>
</item>
<item>
<title>(Visual Basic) Newest File in directory - lolrenx</title>
<link>http://snipplr.com/view/69354/newest-file-in-directory/</link>
<description><![CDATA[ <p>retrieves newest edited file in specified directory (optional file extension)</p> ]]></description>
<pubDate>Fri, 04 Jan 2013 20:26:34 GMT</pubDate>
<guid>http://snipplr.com/view/69354/newest-file-in-directory/</guid>
</item>
<item>
<title>(Visual Basic) Dictionary loader - lolrenx</title>
<link>http://snipplr.com/view/69353/dictionary-loader/</link>
<description><![CDATA[ <p>short loop to load a dictionary</p> ]]></description>
<pubDate>Fri, 04 Jan 2013 20:05:22 GMT</pubDate>
<guid>http://snipplr.com/view/69353/dictionary-loader/</guid>
</item>
<item>
<title>(Visual Basic) Left of - lolrenx</title>
<link>http://snipplr.com/view/69170/left-of/</link>
<description><![CDATA[ <p>Left of separator</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 03:03:52 GMT</pubDate>
<guid>http://snipplr.com/view/69170/left-of/</guid>
</item>
<item>
<title>(Visual Basic) Right of Last - lolrenx</title>
<link>http://snipplr.com/view/69169/right-of-last/</link>
<description><![CDATA[ <p>Right of last instance</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 03:02:57 GMT</pubDate>
<guid>http://snipplr.com/view/69169/right-of-last/</guid>
</item>
<item>
<title>(Visual Basic) Range to String - lolrenx</title>
<link>http://snipplr.com/view/69168/range-to-string/</link>
<description><![CDATA[ <p>Concatenate all text in cells with defined separator</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:59:14 GMT</pubDate>
<guid>http://snipplr.com/view/69168/range-to-string/</guid>
</item>
<item>
<title>(Visual Basic) Format Header Range - lolrenx</title>
<link>http://snipplr.com/view/69167/format-header-range/</link>
<description><![CDATA[ <p>quick way to get column headers formatted</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:56:27 GMT</pubDate>
<guid>http://snipplr.com/view/69167/format-header-range/</guid>
</item>
<item>
<title>(Visual Basic) Datarange as Class - lolrenx</title>
<link>http://snipplr.com/view/69166/datarange-as-class/</link>
<description><![CDATA[ <p>consider currentregion as a 'datarange' custom class</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:53:17 GMT</pubDate>
<guid>http://snipplr.com/view/69166/datarange-as-class/</guid>
</item>
<item>
<title>(Visual Basic) list of tables and queries using the Database Object - angelia</title>
<link>http://snipplr.com/view/68858/list-of-tables-and-queries-using-the-database-object/</link>
<description><![CDATA[ <p>' create the list of tables and queries using the Database Object and its QueryDef and TableDef collections
'http://www.techrepublic.com/article/how-to-create-a-list-of-tables-or-queries-from-access/5047664</p> ]]></description>
<pubDate>Sat, 01 Dec 2012 07:41:17 GMT</pubDate>
<guid>http://snipplr.com/view/68858/list-of-tables-and-queries-using-the-database-object/</guid>
</item>
<item>
<title>(Visual Basic) Copy rows based on criteria to a new sheet or file - angelia</title>
<link>http://snipplr.com/view/68568/copy-rows-based-on-criteria-to-a-new-sheet-or-file/</link>
<description><![CDATA[ <p>Copy rows based on criteria to a new sheet or file</p> ]]></description>
<pubDate>Thu, 15 Nov 2012 05:57:12 GMT</pubDate>
<guid>http://snipplr.com/view/68568/copy-rows-based-on-criteria-to-a-new-sheet-or-file/</guid>
</item>
<item>
<title>(Visual Basic) 'Append data from multiple worksheet to single worksheet macro - angelia</title>
<link>http://snipplr.com/view/68567/append-data-from-multiple-worksheet-to-single-worksheet-macro/</link>
<description><![CDATA[ <p>'Append data from multiple worksheet to single worksheet macro</p> ]]></description>
<pubDate>Thu, 15 Nov 2012 05:54:53 GMT</pubDate>
<guid>http://snipplr.com/view/68567/append-data-from-multiple-worksheet-to-single-worksheet-macro/</guid>
</item>
<item>
<title>(Visual Basic) Get Web Services Server Names (app.config exe) - ed_trench</title>
<link>http://snipplr.com/view/68131/get-web-services-server-names-appconfig-exe/</link>
<description><![CDATA[ <p>Gets a list of web service server names from app.config</p> ]]></description>
<pubDate>Wed, 07 Nov 2012 03:40:37 GMT</pubDate>
<guid>http://snipplr.com/view/68131/get-web-services-server-names-appconfig-exe/</guid>
</item>
<item>
<title>(Visual Basic) Linked Chart Update - sjmoorecouk</title>
<link>http://snipplr.com/view/67919/linked-chart-update/</link>
<description><![CDATA[ <p>Relinks chart objects to a new source (where newfile is the variable containing that new full path/file source info)</p> ]]></description>
<pubDate>Thu, 25 Oct 2012 02:53:33 GMT</pubDate>
<guid>http://snipplr.com/view/67919/linked-chart-update/</guid>
</item>
<item>
<title>(Visual Basic) VB Extension Method WeekdayDiff - ed_trench</title>
<link>http://snipplr.com/view/67655/vb-extension-method-weekdaydiff/</link>
<description><![CDATA[ <p>VB Extension Method for Weekday difference</p> ]]></description>
<pubDate>Tue, 09 Oct 2012 01:04:42 GMT</pubDate>
<guid>http://snipplr.com/view/67655/vb-extension-method-weekdaydiff/</guid>
</item>
<item>
<title>(Visual Basic) Function to get the Logical Disk Drive Memory Information. - saqibmj</title>
<link>http://snipplr.com/view/67579/function-to-get-the-logical-disk-drive-memory-information/</link>
<description><![CDATA[ <p>Function to get the Logical Disk Drive Memory Information.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 17:00:37 GMT</pubDate>
<guid>http://snipplr.com/view/67579/function-to-get-the-logical-disk-drive-memory-information/</guid>
</item>
<item>
<title>(Visual Basic) Return File Reference - sjmoorecouk</title>
<link>http://snipplr.com/view/67230/return-file-reference/</link>
<description><![CDATA[ <p>Used to invoke a GetSaveAsFileName dialogue box</p> ]]></description>
<pubDate>Tue, 18 Sep 2012 23:01:12 GMT</pubDate>
<guid>http://snipplr.com/view/67230/return-file-reference/</guid>
</item>
</channel>
</rss>