<?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/tags/excel</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 04:06:52 GMT</pubDate>
<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) 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) 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>
<item>
<title>(Visual Basic) Convert Excel plain text links to hyperlinks - kidmizere</title>
<link>http://snipplr.com/view/63791/convert-excel-plain-text-links-to-hyperlinks/</link>
<description><![CDATA[ <p>Save the following code as a macro and then apply it to the fields you want to convert</p> ]]></description>
<pubDate>Wed, 07 Mar 2012 15:00:09 GMT</pubDate>
<guid>http://snipplr.com/view/63791/convert-excel-plain-text-links-to-hyperlinks/</guid>
</item>
<item>
<title>(Visual Basic) Summary Numerical Count - sjmoorecouk</title>
<link>http://snipplr.com/view/63381/summary-numerical-count/</link>
<description><![CDATA[ <p>Counts numbers and places the result in row 1. To get this populated click an top row (any) cell and click Yes to the following dialogue box. Only uniquely counts number values, not text.</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 03:36:19 GMT</pubDate>
<guid>http://snipplr.com/view/63381/summary-numerical-count/</guid>
</item>
<item>
<title>(Visual Basic) Highlight every other row - kidmizere</title>
<link>http://snipplr.com/view/63316/highlight-every-other-row/</link>
<description><![CDATA[ <p>Awesome shortcut.</p> ]]></description>
<pubDate>Tue, 14 Feb 2012 06:48:58 GMT</pubDate>
<guid>http://snipplr.com/view/63316/highlight-every-other-row/</guid>
</item>
<item>
<title>(Visual Basic) MS Excel: Remove all images - mikaelpelle</title>
<link>http://snipplr.com/view/57677/ms-excel-remove-all-images/</link>
<description><![CDATA[ <p>VBA script to remove all the images present in the active sheet of the Microsoft Excel spreadsheet.</p> ]]></description>
<pubDate>Mon, 08 Aug 2011 19:55:03 GMT</pubDate>
<guid>http://snipplr.com/view/57677/ms-excel-remove-all-images/</guid>
</item>
<item>
<title>(Visual Basic) VBA: Export excel range as image and save as file. - win4me</title>
<link>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</link>
<description><![CDATA[ <p>PROBLEM:
How to save Excel range into image file. VBA macro in Excel 2007.

SOLUTION:
Create an empty chart, paste range image into chart area, and Export as image file.

Modify code to suite to your needs.</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 06:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</guid>
</item>
<item>
<title>(Visual Basic) Create a Toolbar in excel - Maikel</title>
<link>http://snipplr.com/view/54492/create-a-toolbar-in-excel/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 May 2011 18:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/54492/create-a-toolbar-in-excel/</guid>
</item>
<item>
<title>(Visual Basic) Running Access Parameter Queries from Excel - CaptainProton</title>
<link>http://snipplr.com/view/52580/running-access-parameter-queries-from-excel/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Apr 2011 06:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/52580/running-access-parameter-queries-from-excel/</guid>
</item>
<item>
<title>(Visual Basic) Change Highlight Color Excel 2007 - aianrnoens</title>
<link>http://snipplr.com/view/50011/change-highlight-color-excel-2007/</link>
<description><![CDATA[ <p>Use this code to change the default highlight color for a cell in excel 2007.   Right click on the sheet name and click view code,  Paste this code into the module that comes up.</p> ]]></description>
<pubDate>Fri, 04 Mar 2011 03:27:14 GMT</pubDate>
<guid>http://snipplr.com/view/50011/change-highlight-color-excel-2007/</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) Excel - import a text file - gritter55</title>
<link>http://snipplr.com/view/47411/excel--import-a-text-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jan 2011 06:22:13 GMT</pubDate>
<guid>http://snipplr.com/view/47411/excel--import-a-text-file/</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>
</channel>
</rss>