<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>mike703's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/397440/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user mike703.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 20:00:25 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: Trouble with IF/AND Statement</title>
      <link>http://www.programmersheaven.com/mb/vba/414317/414318/ReadMessage.aspx#414318</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/vba/414317/414318/ReadMessage.aspx#414318"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/vba/Board.aspx"&gt;VBA&lt;/a&gt; forum.&lt;/p&gt;sounds odd, but code ended up working if i altered the code to appear as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
If PT.ColumnFields("FM").PivotItems("2009/12").Visible = True Then
            
   ActiveCell.Offset(0, 1).Select
            
            
ElseIf PT.ColumnFields("FM").PivotItems("2009/12").Visible = False And _
       PT.ColumnFields("FM").PivotItems("2009/11").Visible = False And _
       PT.ColumnFields("FM").PivotItems("2009/10").Visible = False And _
       PT.ColumnFields("FM").PivotItems("2009/09").Visible = False Then
            
   ActiveCell.Offset(24, 1).Select
            
End If
&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/414317/414318/ReadMessage.aspx#414318</guid>
      <pubDate>Mon, 08 Mar 2010 14:26:21 -0700</pubDate>
    </item>
    <item>
      <title>Trouble with IF/AND Statement</title>
      <link>http://www.programmersheaven.com/mb/vba/414317/414317/ReadMessage.aspx#414317</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/vba/414317/414317/ReadMessage.aspx#414317"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/vba/Board.aspx"&gt;VBA&lt;/a&gt; forum.&lt;/p&gt;Trying to understand whythis is not working properly...&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
If PT.ColumnFields("FM").PivotItems("2009/12").Visible = False And _
   PT.ColumnFields("FM").PivotItems("2009/11").Visible = False And _
   PT.ColumnFields("FM").PivotItems("2009/10").Visible = False And _
   PT.ColumnFields("FM").PivotItems("2009/09").Visible = False Then
   ActiveCell.Offset(24, 1).Select
Else
   ActiveCell.Offset(0, 1).Select
End If
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The line of code is supposed to verify as to whether the above pivot items are visible under the "FM" pivot field (dosen't matter if pivot field or column field). There is a "2009/12" visible in the pivot table yet it ignores and computes as if it was not visible. Any idea what I may be doing wrong or possible another way of doing this? &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/414317/414317/ReadMessage.aspx#414317</guid>
      <pubDate>Mon, 08 Mar 2010 14:17:25 -0700</pubDate>
    </item>
  </channel>
</rss>