View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve8733 Steve8733 is offline
external usenet poster
 
Posts: 2
Default .CurrentPage = "(ALL)"

I have a PivotTable with a "Report Filter" named State. Whether I have ALL
selected or not the following equation is always true.

.PivotFields("State").CurrentPage = "(All)"

When I select one or multiple states selected .CurrentPage always equals
"(ALL)". I'm trying to use this in an IF statement to determine when ALL is
not selected.

I imagine I'm overlooking something. Any help would be greatly appreciated.