Results 1 to 12 of 12

pivoitems displaying data from source sheet instead of pivot table!

Threaded View

VICHI pivoitems displaying data... 11-14-2011, 12:34 AM
MarvinP Re: pivoitems displaying data... 11-14-2011, 12:41 AM
VICHI Re: pivoitems displaying data... 11-14-2011, 12:48 AM
MarvinP Re: pivoitems displaying data... 11-14-2011, 12:58 AM
VICHI Re: pivoitems displaying data... 11-14-2011, 07:41 AM
MarvinP Re: pivoitems displaying data... 11-14-2011, 10:16 AM
VICHI Re: pivoitems displaying data... 11-14-2011, 11:04 AM
MarvinP Re: pivoitems displaying data... 11-14-2011, 11:09 AM
VICHI Re: pivoitems displaying data... 11-14-2011, 11:25 AM
MarvinP Re: pivoitems displaying data... 11-14-2011, 02:39 PM
VICHI Re: pivoitems displaying data... 11-15-2011, 02:19 AM
VICHI Re: pivoitems displaying data... 11-15-2011, 02:23 AM
  1. #1
    Registered User
    Join Date
    09-30-2011
    Location
    INDIA
    MS-Off Ver
    Excel 2007
    Posts
    16

    pivoitems displaying data from source sheet instead of pivot table!

    i was originally tryong to filter my pivot table.just to test my data i wrote the following code to undertand it better

    For Each fld In PTABLE.PivotFields
    For Each PVITEM In fld.PivotItems
    MsgBox (fld.name & " " & fld.Value)
    MsgBox (" " & PVITEM.Value)
    Next PVITEM
    Next fld

    pivot table has page fields so it dosnt have all data from original sheet....(created pivot table on new sheet)
    but above could shows all items from source sheet

    using excel 2007
    have used pivot wizard method n not pivot cacche
    Attached Files Attached Files
    Last edited by VICHI; 11-14-2011 at 01:13 AM.

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