Results 1 to 1 of 1

Pivot table.... list of visible items

Threaded View

  1. #1
    Registered User
    Join Date
    11-02-2007
    Posts
    3

    Pivot table.... list of visible items

    I have a pivottable with 100 Pivotitems.

    some of the items are hidden. I want a macro which will list all the items that are not hidden/visible. how do i do that?

    I used the visible functinality but it does not work.
     For x to 100 then
    
    if PT.PivotItems(x).Visible = True --> this is not working
      sheet(2).cell(x,1) = PT.PivotItems(x) 
    Endif
    
    end for

    ----
    if PT.PivotItems(x).Visible = True ---> this is always false whether hidden or not
    Last edited by VBA Noob; 11-02-2007 at 05:41 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1