Results 1 to 4 of 4

For Each loop for data labels in a pivot table

Threaded View

  1. #1
    Registered User
    Join Date
    04-10-2014
    Location
    Tallahassee, FL
    MS-Off Ver
    Excel 2010
    Posts
    98

    For Each loop for data labels in a pivot table

        TableName = "TestTable"
        ActiveSheet.PivotTables(TableName).PivotSelect "Alpha", xlDataAndLabel + xlFirstRow, True
        With Selection
            .Interior.Color = RGB(149, 179, 215)
        End With
        ActiveSheet.PivotTables(TableName).PivotSelect "Beta", xlDataAndLabel + xlFirstRow, True
        With Selection
            .Interior.Color = RGB(149, 179, 215)
        End With
        ActiveSheet.PivotTables(TableName).PivotSelect "Gamma", xlDataAndLabel + xlFirstRow, True
        With Selection
            .Interior.Color = RGB(149, 179, 215)
        End With
        ActiveSheet.PivotTables(TableName).PivotSelect "Delta", xlDataAndLabel + xlFirstRow, True
        With Selection
            .Interior.Color = RGB(149, 179, 215)
        End With
    This is the present manner that I am having to cycle through all the entries in my pivot table. Unfortunately, planning ahead, I forsee that there will be more entries than just Alpha, Beta, Gamma, and Delta, and those may potentially be absent.

    Thus, I am trying to find out if there is some way to cycle through ALL entries with a For...Each loop to cycle through all pivot labels, regardless if they were listed before.

    Any help would be appreciated, including a manner in which I can re-write the code above to remove the "Selection" part, because that's just being annoying with screen flashes.
    Last edited by Phixer; 05-12-2015 at 07:51 AM. Reason: Correction

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change chart/pivot table numeric labels to associated text labels
    By petschek in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-07-2014, 05:32 PM
  2. Pivot Table - Show Row labels horizontally (Not as Column labels)
    By Catsup in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 01-16-2014, 01:15 PM
  3. Replies: 4
    Last Post: 09-11-2013, 10:22 AM
  4. Replies: 0
    Last Post: 07-03-2012, 11:09 AM
  5. Replies: 6
    Last Post: 03-19-2012, 04:50 AM

Tags for this Thread

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