Results 1 to 8 of 8

Show Details of all cells at once

Threaded View

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    30

    Show Details of all cells at once

    Hi Folks,

    I tried using a VBA code in another thread but it didn't work for me. It was this one:

    Dim x As Long
    Dim y As Long
    Dim rngPTData As Range
    Dim ws As Worksheet
    Dim pt As PivotTable
    Dim grandTotal As Range
    
    
    With ActiveSheet.PivotTables(1)
    Set rngPTData = .DataBodyRange
    x = rngPTData.Rows.Count + 2
    y = rngPTData.Columns.Count + 1
    'MsgBox grandTotal.Value
    End With
    
    With ActiveSheet
    .Cells(x, y).Select
    .Cells(x, y).ShowDetail = True
    End With
    I have a pivot table in which the data is 35 columns wide and 45 rows long and I need to show all details in one sheet. There are 968 cells of data so of course going one by one is not an option. Each cell detail is 726 rows long, which means that the data should be 702k rows long which is fine.

    Can anyone help me with this?

    I can't share a file because it's proprietary and sensitive but any guidance would be appreciated.

    Thanks!
    Last edited by ExcelDavid; 07-16-2016 at 08:45 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA to Show Details/Activity on The Said Date
    By aeshacksouquiel in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-13-2016, 08:45 AM
  2. VBA Help need to show the employees details in userform.
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 12-05-2012, 12:36 PM
  3. [SOLVED] if A3 has a number in, show A1 details in Z1
    By petelomax in forum Excel General
    Replies: 25
    Last Post: 08-10-2012, 09:43 AM
  4. Pivot table show details macro
    By emina002 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-27-2012, 11:15 PM
  5. Pivot table's Group and show details not available
    By gideone in forum Excel General
    Replies: 1
    Last Post: 08-31-2011, 10:08 AM
  6. Show relevant details from another sheet
    By Quagga in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-21-2010, 09:57 PM
  7. Pivot Table ..Show Details Report
    By tariqnaz2005 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2009, 04:55 AM

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