+ Reply to Thread
Results 1 to 6 of 6

adding a page break in a pivot table

  1. #1
    Registered User
    Join Date
    02-07-2006
    Posts
    26

    adding a page break in a pivot table

    how can i add a page break before a certain field in a pivot table??
    i search around and i tried something like :

    Dim pf As PivotField
    For Each pf In ActiveSheet.PivotTables("Tabela dināmica2").PivotFields
    If (pf = "PETROLEO") Then
    ActiveWindow.SelectedSheets.HPageBreaks.Add Before:=pf
    End If
    Next pf


    but its not working, it gives me no error message and its not adding a page break ....
    someone can give me a hand pleasE?

  2. #2
    Registered User
    Join Date
    02-07-2006
    Posts
    26

    Thumbs up

    up

  3. #3
    Registered User
    Join Date
    02-07-2006
    Posts
    26

    Thumbs up

    up one more time

  4. #4
    Registered User
    Join Date
    02-07-2006
    Posts
    26
    omg... no one can help me??? =[

  5. #5
    Registered User
    Join Date
    02-07-2006
    Posts
    26
    im losing hope people, came on

  6. #6
    Registered User
    Join Date
    02-07-2006
    Posts
    26
    maybe another up?

+ Reply to Thread

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