+ Reply to Thread
Results 1 to 7 of 7

Column label format after pivot refresh

Hybrid View

  1. #1
    Registered User
    Join Date
    01-15-2014
    Location
    België
    MS-Off Ver
    Excel 2010
    Posts
    4

    Column label format after pivot refresh

    After pivot refresh, several individual cells of column labels are rotating again from vertical to horizontal.

    How can I fix this format?

    15-01-2014 8-47-31.png

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Column label format after pivot refresh

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    01-15-2014
    Location
    België
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Column label format after pivot refresh

    Sample.xlsxSample.xlsx

  4. #4
    Registered User
    Join Date
    01-15-2014
    Location
    België
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Column label format after pivot refresh

    Nobody who can help to solve this issue?

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Column label format after pivot refresh

    I tested it now and nothing changing for me and it's staying as it is

    May be try to set the Formatting for the Field in Pivot Field List and check

  6. #6
    Registered User
    Join Date
    01-15-2014
    Location
    België
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Column label format after pivot refresh

    I can't send the real excel file because the data is confidential, but it's weird it's still not working if you are updating your pivot table with new different data (so column are changing and increasing) then the column headers are changing

  7. #7
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Column label format after pivot refresh

    It does not change for me either, but perhaps you may use code?
    Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
       Target.ColumnFields(1).DataRange.Orientation = -4171
    End Sub
    If you will add this to the worksheet (right-click its tab and choose View Code) then it will be run when the pivot table is refreshed.
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 09-30-2013, 09:52 AM
  2. Replies: 11
    Last Post: 07-18-2013, 05:14 PM
  3. Replies: 0
    Last Post: 06-18-2013, 10:42 AM
  4. [SOLVED] Pivot Chart Data Label Format Question
    By Dominic in forum Excel General
    Replies: 3
    Last Post: 03-01-2006, 04:00 PM
  5. [SOLVED] Keeping the format when refresh on the pivot chart
    By Quan in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-16-2006, 02:35 PM

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