Consulting

Results 1 to 2 of 2

Thread: Pivot > show all data

  1. #1

    Pivot > show all data

    With ActiveSheet.PivotTables("PivotTable4").PivotFields("ReasonDescription")
            .Orientation = xlRowField
            .Position = 1
        End With
    Hi

    I am trying to work out, how to show tresults of each header on this pivo on a new tab per description.

    Any help ould be appreciated.

    Thank You.

  2. #2
    VBAX Expert
    Joined
    Sep 2016
    Posts
    788
    Location
    ActiveSheet.PivotTables("PivotTable4").ClearAllFilters

Posting Permissions

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