<?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/Value</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 17:42:52 GMT</pubDate>
<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 value (numeric) - heislekw</title>
<link>http://snipplr.com/view/9862/check-for-duplicate-value-numeric/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Nov 2008 16:02:49 GMT</pubDate>
<guid>http://snipplr.com/view/9862/check-for-duplicate-value-numeric/</guid>
</item>
<item>
<title>(Visual Basic) Check for duplicate value (text) - heislekw</title>
<link>http://snipplr.com/view/9861/check-for-duplicate-value-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Nov 2008 16:00:06 GMT</pubDate>
<guid>http://snipplr.com/view/9861/check-for-duplicate-value-text/</guid>
</item>
</channel>
</rss>