<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Automate Excel &#187; color</title>
	<atom:link href="http://www.automateexcel.com/tag/color/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Excel Conditional Formatting</title>
		<link>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/</link>
		<comments>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:46:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[cell formatting]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[conditional formatting]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1129</guid>
		<description><![CDATA[Excel has a strong and often missed feature, called Conditional Formatting, which allows you to format a cell depending on a rule [it's value]. This can be very useful for worksheets like Product Quantities and Dates. Let me show you what I mean. Lets start off with a simple chart of products quantities in the [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sum by Color</title>
		<link>http://www.automateexcel.com/2008/10/04/sum-by-color/</link>
		<comments>http://www.automateexcel.com/2008/10/04/sum-by-color/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:29:30 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Formulas]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[sum]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=937</guid>
		<description><![CDATA[The following function calculates the total value of all the cells in a particular range that are a particular color: Function Color_By_Numbers(Color_Range As Range, Color_Index As Integer) As Double ' Dim Color_By_Numbers As Double Dim Cell 'Will look at cells that are in the range and if 'the color interior property matches the cell color [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/04/sum-by-color/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VBA: Excel&#8217;s Colour Scheme</title>
		<link>http://www.automateexcel.com/2008/09/30/vba-excels-colour-scheme/</link>
		<comments>http://www.automateexcel.com/2008/09/30/vba-excels-colour-scheme/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:47:56 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[scheme]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=933</guid>
		<description><![CDATA[To change the colour of a cell we can use: Cell.Interior.ColorIndex = Num Where: • Cell is the cell reference • Interior – refers to the colour of the actual cell colour (The interior property) • Colourindex is a value between 1 and 56 for one of Excel’s 56 predefined colours And Num is the [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/30/vba-excels-colour-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA: Color Reference  For Colorindex</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_color_reference_for_colorindex/</link>
		<comments>http://www.automateexcel.com/2004/08/18/excel_color_reference_for_colorindex/#comments</comments>
		<pubDate>Wed, 18 Aug 2004 04:34:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorindex]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When using VBA to code the Colorindex (or background color) of a cell it is useful to know what integer will equal what color. Below is a reference picture which shows the color and lists it&#8217;s respective Colorindex. aka VBA Color Palette Here&#8217;s the code to make one for yourself, or just bookmark the permalink: [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/18/excel_color_reference_for_colorindex/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

