<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VBA: Highlight Duplicates in a Range</title>
	<atom:link href="http://www.automateexcel.com/2008/10/13/vba-highlight-duplicates-in-a-range/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2008/10/13/vba-highlight-duplicates-in-a-range/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jim Law</title>
		<link>http://www.automateexcel.com/2008/10/13/vba-highlight-duplicates-in-a-range/comment-page-1/#comment-2143</link>
		<dc:creator>Jim Law</dc:creator>
		<pubDate>Fri, 15 Jul 2011 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=959#comment-2143</guid>
		<description>This sub does not work as written.  It bombs out during the loop execution.  Please help.  Thanks.

Sub Highlight_Duplicates(Values As Range)
Dim Cell

For Each Cell In Values
    If WorksheetFunction.CountIf(Values, Cell.Value) &gt; 1 Then
        Cell.Interior.ColorIndex = 6
    End If

Next Cell
End Sub</description>
		<content:encoded><![CDATA[<p>This sub does not work as written.  It bombs out during the loop execution.  Please help.  Thanks.</p>
<p>Sub Highlight_Duplicates(Values As Range)<br />
Dim Cell</p>
<p>For Each Cell In Values<br />
    If WorksheetFunction.CountIf(Values, Cell.Value) &gt; 1 Then<br />
        Cell.Interior.ColorIndex = 6<br />
    End If</p>
<p>Next Cell<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://www.automateexcel.com/2008/10/13/vba-highlight-duplicates-in-a-range/comment-page-1/#comment-1858</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Mon, 06 Dec 2010 09:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=959#comment-1858</guid>
		<description>Good Day! Your program is nice. But I want to highlight a specific duplicate... likewise, in your example, the number &quot;122&quot; only... and/or maybe, there will be an input cell to know what to highlight... 
Can you please help me? :)

I would reall appreciate it! THANKS! :)</description>
		<content:encoded><![CDATA[<p>Good Day! Your program is nice. But I want to highlight a specific duplicate&#8230; likewise, in your example, the number &#8220;122&#8243; only&#8230; and/or maybe, there will be an input cell to know what to highlight&#8230;<br />
Can you please help me? <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I would reall appreciate it! THANKS! <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiranjeevi H</title>
		<link>http://www.automateexcel.com/2008/10/13/vba-highlight-duplicates-in-a-range/comment-page-1/#comment-1700</link>
		<dc:creator>Chiranjeevi H</dc:creator>
		<pubDate>Tue, 28 Sep 2010 09:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=959#comment-1700</guid>
		<description>Hi, i want to create a macro to find out the duplicates... lets say i have an ID 215, so if the same ID repeated in the same column.. select the entirerow and move it to the second sheet... please help me on this ASAP</description>
		<content:encoded><![CDATA[<p>Hi, i want to create a macro to find out the duplicates&#8230; lets say i have an ID 215, so if the same ID repeated in the same column.. select the entirerow and move it to the second sheet&#8230; please help me on this ASAP</p>
]]></content:encoded>
	</item>
</channel>
</rss>

