<?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: Pivot Table Conditional Formatting with VBA</title>
	<atom:link href="http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-173276</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 13 Jan 2012 20:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-173276</guid>
		<description>Elane -

Using &lt;a href=&quot;http://peltiertech.com/WordPress/referencing-pivot-table-ranges-in-vba/&quot; title=&quot;Referencing Pivot Table Ranges in VBA&quot; rel=&quot;nofollow&quot;&gt;Referencing Pivot Table Ranges in VBA&lt;/a&gt; to find the range with the month, you&#039;ll need a loop something like this (warning: untested):

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;For Each cMonth in rMonths.Cells
  Select Case cMonth.Value
    Case &quot;Jan&quot;
      iColor = RGB(0,0,255)
    Case &quot;Feb&quot;
      iColor = RGB(255,255,0)
    Cast &quot;etc.&quot;
      iColor = RGB(blah,blah,blah)
  End Select
  With Intersect(cMonth.EntireRow, .TableRange1)
    .Interior.Color = iColor   
  End With
Next&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Elane -</p>
<p>Using <a href="http://peltiertech.com/WordPress/referencing-pivot-table-ranges-in-vba/" title="Referencing Pivot Table Ranges in VBA" rel="nofollow">Referencing Pivot Table Ranges in VBA</a> to find the range with the month, you&#8217;ll need a loop something like this (warning: untested):</p>
<pre class="vbasmall"><code>For Each cMonth in rMonths.Cells
  Select Case cMonth.Value
    Case "Jan"
      iColor = RGB(0,0,255)
    Case "Feb"
      iColor = RGB(255,255,0)
    Cast "etc."
      iColor = RGB(blah,blah,blah)
  End Select
  With Intersect(cMonth.EntireRow, .TableRange1)
    .Interior.Color = iColor
  End With
Next</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elane</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-173063</link>
		<dc:creator>Elane</dc:creator>
		<pubDate>Fri, 13 Jan 2012 05:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-173063</guid>
		<description>hi Jon!
i&#039;d be thankful have help;
Query: 
I&#039;m working on a pivot table of employee salary and I need different CF on each row against each month. e.g. if it&#039;s January then color changes to blue , if february then it gets yellow etc. ...</description>
		<content:encoded><![CDATA[<p>hi Jon!<br />
i&#8217;d be thankful have help;<br />
Query:<br />
I&#8217;m working on a pivot table of employee salary and I need different CF on each row against each month. e.g. if it&#8217;s January then color changes to blue , if february then it gets yellow etc. &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-156796</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 22 Nov 2011 12:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-156796</guid>
		<description>W.r.t Excel 2007, and probably 2010:
To use conditional formatting, select ONLY the body cells of the pivot table.
If only body range is selected, then under manage rules, New Rule, you will now get an additional &quot;Apply Rules To:&quot; element to the dialog, with &quot;Selected cells&quot; ticked.
Once applied, the conditional formatting will retain through an update.</description>
		<content:encoded><![CDATA[<p>W.r.t Excel 2007, and probably 2010:<br />
To use conditional formatting, select ONLY the body cells of the pivot table.<br />
If only body range is selected, then under manage rules, New Rule, you will now get an additional &#8220;Apply Rules To:&#8221; element to the dialog, with &#8220;Selected cells&#8221; ticked.<br />
Once applied, the conditional formatting will retain through an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nina</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-116417</link>
		<dc:creator>Nina</dc:creator>
		<pubDate>Thu, 04 Aug 2011 02:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-116417</guid>
		<description>Got it. Thank you!</description>
		<content:encoded><![CDATA[<p>Got it. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-116103</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 03 Aug 2011 14:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-116103</guid>
		<description>Nina -

You need to switch the positions of the two fields in the row area of your pivot table, so the one with AA and BB is to the left of the one with Alpha and Beta.</description>
		<content:encoded><![CDATA[<p>Nina -</p>
<p>You need to switch the positions of the two fields in the row area of your pivot table, so the one with AA and BB is to the left of the one with Alpha and Beta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nina</title>
		<link>http://peltiertech.com/WordPress/pivot-table-conditional-formatting-with-vba/comment-page-1/#comment-116006</link>
		<dc:creator>Nina</dc:creator>
		<pubDate>Wed, 03 Aug 2011 00:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2534#comment-116006</guid>
		<description>Hi Jon,

How would you group all the BBs in one group and all the AAs in one group? I need to graph the AAs and BBs in one graph, but AAs side by side in one group and BBs side by side as a second group.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>How would you group all the BBs in one group and all the AAs in one group? I need to graph the AAs and BBs in one graph, but AAs side by side in one group and BBs side by side as a second group.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

