<?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/popular/language/visual-basic</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 15:45:56 GMT</pubDate>
<item>
<title>(Visual Basic) Excel spreadsheet to MySQL Table inserts - jeffreality</title>
<link>http://snipplr.com/view/5993/excel-spreadsheet-to-mysql-table-inserts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Apr 2008 17:41:39 GMT</pubDate>
<guid>http://snipplr.com/view/5993/excel-spreadsheet-to-mysql-table-inserts/</guid>
</item>
<item>
<title>(Visual Basic) Speed Up Excel Macro Execution - joseamirandavelez</title>
<link>http://snipplr.com/view/65505/speed-up-excel-macro-execution/</link>
<description><![CDATA[ <p>Turn off screen updating, formula calculation and events in order to prevent Excel from doing all of them and speed up macro execution.</p> ]]></description>
<pubDate>Sat, 09 Jun 2012 08:34:48 GMT</pubDate>
<guid>http://snipplr.com/view/65505/speed-up-excel-macro-execution/</guid>
</item>
<item>
<title>(Visual Basic) Parse Command Line Parameters (VBScript) - ScryptKeeper</title>
<link>http://snipplr.com/view/7910/parse-command-line-parameters-vbscript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Aug 2008 13:54:43 GMT</pubDate>
<guid>http://snipplr.com/view/7910/parse-command-line-parameters-vbscript/</guid>
</item>
<item>
<title>(Visual Basic) VBS Timestamp Backup Script - qrist0ph</title>
<link>http://snipplr.com/view/6225/vbs-timestamp-backup-script/</link>
<description><![CDATA[ <p>copy to sendto folder</p> ]]></description>
<pubDate>Wed, 14 May 2008 15:55:42 GMT</pubDate>
<guid>http://snipplr.com/view/6225/vbs-timestamp-backup-script/</guid>
</item>
<item>
<title>(Visual Basic) Access Plain Text Export - qrist0ph</title>
<link>http://snipplr.com/view/6197/access-plain-text-export/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 May 2008 05:07:49 GMT</pubDate>
<guid>http://snipplr.com/view/6197/access-plain-text-export/</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) 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) Read a Text File Line by Line - joseamirandavelez</title>
<link>http://snipplr.com/view/65506/read-a-text-file-line-by-line/</link>
<description><![CDATA[ <p>Basic commands for reading a text file one line at a time.</p> ]]></description>
<pubDate>Sat, 09 Jun 2012 08:36:00 GMT</pubDate>
<guid>http://snipplr.com/view/65506/read-a-text-file-line-by-line/</guid>
</item>
<item>
<title>(Visual Basic) Alternative Split Function - joseamirandavelez</title>
<link>http://snipplr.com/view/65504/alternative-split-function/</link>
<description><![CDATA[ <p>Found in the internet. By default, it splits using all the characters in CHARS. Useful to get a list of words in a string.</p> ]]></description>
<pubDate>Sat, 09 Jun 2012 08:31:47 GMT</pubDate>
<guid>http://snipplr.com/view/65504/alternative-split-function/</guid>
</item>
<item>
<title>(Visual Basic) Get LDAP Full Name from LDAP username - joseamirandavelez</title>
<link>http://snipplr.com/view/65503/get-ldap-full-name-from-ldap-username/</link>
<description><![CDATA[ <p>This function is very rough and right now is hard coded to return the common name. This can be useful if, for example, you have a list of usernames in Excel and you want to get the name of the person. However, it can be used in any VBA application.</p> ]]></description>
<pubDate>Sat, 09 Jun 2012 08:29:35 GMT</pubDate>
<guid>http://snipplr.com/view/65503/get-ldap-full-name-from-ldap-username/</guid>
</item>
<item>
<title>(Visual Basic) WhoIsLoggedIn.vbs - RobertHirabayashi</title>
<link>http://snipplr.com/view/63222/whoisloggedinvbs/</link>
<description><![CDATA[ <p>Run this script from a command prompt, and you'll be asked for the IP Address or Host Name. Script will first check if PC is ping-able and will return an error message on any unreachable host. If the computer is running, script will return with user details about the logged in user from Active Directory.</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 06:28:45 GMT</pubDate>
<guid>http://snipplr.com/view/63222/whoisloggedinvbs/</guid>
</item>
<item>
<title>(Visual Basic) Nuova funzione con gestione errori - Ideandro</title>
<link>http://snipplr.com/view/50236/nuova-funzione-con-gestione-errori/</link>
<description><![CDATA[ <p>Per creare una nuova funzione completa di un gestore errori.</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 02:37:47 GMT</pubDate>
<guid>http://snipplr.com/view/50236/nuova-funzione-con-gestione-errori/</guid>
</item>
<item>
<title>(Visual Basic) Excel Copy value from cell with custom format - abhisood</title>
<link>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</link>
<description><![CDATA[ <p>Excel macro to copy values from formated cells. For example:

If you have a sheet that has huge numbers in millions for example 1,312,323 and you apply a format to the cell such that only 1.3 is displayed, if you want to copy 1.3 and put it in a database (without the format) use the following snippet.

Select all the cells you want to apply this macro and run it.

Note: this will convert the cell values to string</p> ]]></description>
<pubDate>Wed, 16 Feb 2011 10:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</guid>
</item>
<item>
<title>(Visual Basic) Check for duplicate record from many to many table - numeric - heislekw</title>
<link>http://snipplr.com/view/47428/check-for-duplicate-record-from-many-to-many-table--numeric/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jan 2011 16:03:31 GMT</pubDate>
<guid>http://snipplr.com/view/47428/check-for-duplicate-record-from-many-to-many-table--numeric/</guid>
</item>
<item>
<title>(Visual Basic) Remove a specific character from the end of a Excel cell - TheJasonParker</title>
<link>http://snipplr.com/view/47136/remove-a-specific-character-from-the-end-of-a-excel-cell/</link>
<description><![CDATA[ <p>Replace 'A1' with the cell and '-' with the character you want to remove.</p> ]]></description>
<pubDate>Fri, 14 Jan 2011 22:09:35 GMT</pubDate>
<guid>http://snipplr.com/view/47136/remove-a-specific-character-from-the-end-of-a-excel-cell/</guid>
</item>
<item>
<title>(Visual Basic) Verificar y Crear Ruta - mayorga</title>
<link>http://snipplr.com/view/40131/verificar-y-crear-ruta/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Sep 2010 19:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/40131/verificar-y-crear-ruta/</guid>
</item>
<item>
<title>(Visual Basic) Auto completar un textbox desde una BD - tanerliq</title>
<link>http://snipplr.com/view/21161/auto-completar-un-textbox-desde-una-bd/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Oct 2009 10:16:39 GMT</pubDate>
<guid>http://snipplr.com/view/21161/auto-completar-un-textbox-desde-una-bd/</guid>
</item>
<item>
<title>(Visual Basic) cmdSearch - mausus</title>
<link>http://snipplr.com/view/15414/cmdsearch/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 May 2009 23:47:51 GMT</pubDate>
<guid>http://snipplr.com/view/15414/cmdsearch/</guid>
</item>
<item>
<title>(Visual Basic) vb6 - Age - Find Age from DateOfBirth - Joshnolan118</title>
<link>http://snipplr.com/view/12562/vb6--age--find-age-from-dateofbirth/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 25 Feb 2009 06:26:01 GMT</pubDate>
<guid>http://snipplr.com/view/12562/vb6--age--find-age-from-dateofbirth/</guid>
</item>
<item>
<title>(Visual Basic) VBA Send Outlook Email - fostersolutions</title>
<link>http://snipplr.com/view/10041/vba-send-outlook-email/</link>
<description><![CDATA[ <p>To test this procedure, type the following line in the Debug window, and then press ENTER. 

SendMessage True, "C:\My Documents\Customers.txt" 

Note that a new message is displayed in Microsoft Outlook with an attachment. 

To send the message without displaying it in Microsoft Outlook, call the procedure with a False value for the first argument: 

SendMessage False, "C:\My Documents\Customers.txt" 

To send the message without specifying an attachment, omit the second argument when calling the procedure. 

SendMessage True


REFERENCES
For more information about using Automation in Microsoft Access, search the Help Index for Automation, or ask the Microsoft Access 97 Office Assistant. 

For more information about using Automation to control Microsoft Outlook, please see the following articles in the Microsoft Knowledge Base: 

160502 ACC: Using Automation to Add Appointments to Microsoft Outlook 

161012 VBA: How to Create a New Contact Item in Outlook with Automation</p> ]]></description>
<pubDate>Tue, 25 Nov 2008 15:04:07 GMT</pubDate>
<guid>http://snipplr.com/view/10041/vba-send-outlook-email/</guid>
</item>
<item>
<title>(Visual Basic) SSRS Color Every Other Row In Table - hoffstein</title>
<link>http://snipplr.com/view/9468/ssrs-color-every-other-row-in-table/</link>
<description><![CDATA[ <p>Set the BackgroundColor property to the following expression.</p> ]]></description>
<pubDate>Mon, 03 Nov 2008 17:20:00 GMT</pubDate>
<guid>http://snipplr.com/view/9468/ssrs-color-every-other-row-in-table/</guid>
</item>
<item>
<title>(Visual Basic) VBS Recordset - qrist0ph</title>
<link>http://snipplr.com/view/8415/vbs-recordset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 04:25:12 GMT</pubDate>
<guid>http://snipplr.com/view/8415/vbs-recordset/</guid>
</item>
<item>
<title>(Visual Basic) VBS Datenbankzugriff - qrist0ph</title>
<link>http://snipplr.com/view/6456/vbs-datenbankzugriff/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 May 2008 02:21:39 GMT</pubDate>
<guid>http://snipplr.com/view/6456/vbs-datenbankzugriff/</guid>
</item>
<item>
<title>(Visual Basic) VBS Filesystem Cheat Sheet - qrist0ph</title>
<link>http://snipplr.com/view/6453/vbs-filesystem-cheat-sheet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 25 May 2008 16:23:03 GMT</pubDate>
<guid>http://snipplr.com/view/6453/vbs-filesystem-cheat-sheet/</guid>
</item>
</channel>
</rss>