0
votes
1answer
45 views

VBA: lists group items of a PivotTable report

how can I get the list of grouped items in a pivot table with VBA ? For example, from ...
0
votes
0answers
67 views

VBA Macro- PivotTble Auto-Filter Combo-Box - CurretnPage Issue

I am creating a dashboard with multiple pivot tables and have run into a problem that I cant seem to overcome. I have a primary worksheet where all the data will be displayed with direct references to ...
0
votes
0answers
28 views

Automated PivotTables from filter Excel VBA

Basically i have a macro for excel that creates a pivot table based on another worksheet in my workbook. This PivotTable includes a filter for Faculty. What i would like to do is create a macro that ...
1
vote
1answer
35 views

Excel PivotTable DataRange puzzle

I am running into a puzzle with Excel PivotTables and the DataRange behavior. It does not seem to work as expected when there are no Column fields. I want to select all the data cells associated with ...
0
votes
1answer
124 views

Userform listbox filled with pivot table values - excel

I am trying to load a listbox with the rows from a pivot table field. I have found the following code that works for a ActiveX Control Listbox, but not for a UserForm Listbox. The UserForm control ...
1
vote
2answers
60 views

PivotTable error 1004

Can anyone see why this code would cause a 1004 error on the last line? Everything works great up until that last line. I had it working, then it started getting this error and I can't figure out why. ...
0
votes
0answers
85 views

Unique values from range to populate combo to then set pivot filter

I have a set of data as such: Date Person Value Nov-12 Jack 10 Dec-12 Jack 12 Nov-12 Jill 8 Dec-12 Jill 14 This gets translated into a Pivot table like so: ...
0
votes
0answers
33 views

Object-Defined Error with CalculatedFields.Add function

I am new to SO and Excel VBA, but have some proficiency in other programming languages. This may seem like a silly question, but this particular line is giving me an error: ...
2
votes
1answer
129 views

Excel PivotField Orientation is wrong?

I'm using Excel 2010 and writing a VBA function to automatically format various metrics in a pivot table as it is changed by the user (so that formatting is preserved when they add/remove fields). ...
0
votes
1answer
1k views

Excel 2010: How to change pivot table source data without disconnecting slicers?

I have researched like mad about this, and I'm worried there isn't an answer. But maybe the really smart people on this site can help. I have two workbooks that work together - Charts.xlsm and ...
0
votes
2answers
207 views

Issue with vba creating a pivot table, is this an excel version issue?

Quick one, got the following code which goes and creates a pivot table based on a data collection "Data". I run this on the PC that it was created on which runs Excel 2013 without an issue however ...
2
votes
1answer
486 views

VBA create a version 10 pivot table in an xls file via Excel 2007

I need to create xlPivotTableVersion10 pivot tables (Excel 2003 compatible) via a macro that I run on my computer which has Excel 2007 on it. I run the macro from a a source file. I have another file ...
1
vote
0answers
209 views

Color Points (Bars) in Pivot Chart based on Row Labels (Axis Fields)

I'm trying to automate a process that so far I have been doing manually in Excel 2010. I create Pivot Charts often. One of the series on these charts is displayed as bars. I change the fill color ...
0
votes
2answers
498 views

Excel VBA: runtime error 13 - type mismatch while collapsing the pivotitems

I am trying to collapse the pivot items through loop using VBA. Below is the code: Dim oPI As PivotItems For Each oPI In ActiveSheet.PivotTables("PivotTable4").PivotFields("TAG").PivotItems ...
1
vote
2answers
258 views

Selecting/grouping top/bottom *x* rows in a pivot table based on a sort of values

I am trying to group items in a pivot table based on a sorting of the values for those rows. I'm trying to set up a pareto chart based on this data. I've looked through a number of questions here on ...
1
vote
1answer
361 views

Get Source Range of a PivotTable

I am building a set of reports to be updated daily for some users who are not super savvy when it comes to pivot charts and pivot tables in Excel (2010). I have data from an already automated data ...
0
votes
0answers
564 views

excel 2007 pivot table show all in filter

i need a macro to show all in a filter. ive got a Pivot table 8 that has a set of numbers and 0 is exluded, but everytime i update i have to select all then de-select 0 again as the totals change. ...
2
votes
2answers
763 views

Excel VBA: looping through report filters to change visibility doesn't work

I'm trying to select one report filter, in this case Canada. That means the rest must be made invisible. This code works without issue: Public Sub FilterPivotTable() With ...
0
votes
0answers
77 views

error when pivot table is empty - VB

Im using a user form in excel vb to filter some fields, and when I click search in that form, a pivot table is created showing me what I wanted. The problem is that when there are no matching values ...
0
votes
1answer
396 views

excel vba - how to copy all the fields in a pivot table to other cells in the same sheet

I have a user form in excel with a combo box and when I choose something in the combobox it automatically updates a pivot table in a certain sheet. now I want to take all the fields that are now in ...
0
votes
1answer
358 views

How do I link and excel slicer to an excel slider (scroll bar)?

Excel 2010 have a PivotTable feature called a slicer. Slicers are nice. However, when your slicing on a column with tons of unique values, slicers suck. I want to know how to tie a slicer to a ...
0
votes
0answers
247 views

Sorting Excel PivotTable by value and date

I have a pivot table with 10 value fields and the date as a columnfield. Assuming that the dates are grouped by month, I can sort on the first value field for January: ptTL.AutoSort xlDescending, ...
0
votes
1answer
217 views

Excel VBA PivotCaches won't accept source

I created a sub that automatically creates a pivot table based on a source range. The code works fine when the source data is a small range. However, when I run it on some bigger data (110'000 rows) I ...
3
votes
1answer
207 views

VBA: creating pivotTable from a collection or use a better algorithm?

I was wondering how, or if at all possible, to create a pivotTable using VBA given a collection. Or improve on the current algorithm for my code. Currently, I have a collection with about 28000 ...
2
votes
1answer
124 views

Filter-out odd numbers in a PivotTable

In the source sheet of my pivot table; contains two columns; one for the names and another for the scores. As the thread title suggests, I want to display all names and their corresponding scores of ...
2
votes
3answers
548 views

Excel PivotTable Conditional Formatting

I have a pivot table in an Excel worksheet that contains the result of a query made to my database. I would like to format the information automatically based on every other data set. The ...
0
votes
1answer
235 views

Macro using Dynamic Pivot table values

I get a lot of data every day with one of the columns being the name of stores. These stores are divided into two regions, say north and south. So , I have a superset with store names including both ...
0
votes
1answer
256 views

PivotCaches.Add Mismatch Error - Why didn't it happen before?

I am getting a mismatch error 13 when running the code below. The whole code module has been in use and mostly unchanged for over a year, I haven't changed anything recently, and I am the only user of ...
0
votes
0answers
1k views

Updating filter options in excel pivottable based on other filtering pivottable

I'm using 2 pivottables. The data comes from an external source (Sql Server 2008). Both pivot tables have the same filter options: Yers, Motnhs and Week When I open the excel file the data will be ...
1
vote
1answer
257 views

Need help using vba to fill in blanks left by excel pivot table when using %difference from previous row

So, I'm not very knowledgeable at all yet when it comes to VBA. I have experience with Java, so I understand the concepts of structure behind coding and can read/understand basic-intermediate code. ...
3
votes
1answer
2k views

Making all pivot tables on one sheet mimic each other in terms of rows expanding and collapsing

Alright, I'm new to VBA but I know this has to be possible. I spent a while coding android applications, but I wouldn't call myself nearly an expert, probably not even intermediate to be honest. ...
0
votes
0answers
297 views

Change pivot table pagerange grouping with vba

I have a pivot table in Excel 2007 with date as a report filter and I would like to change the date grouping using VBA. I know that you can't change the date grouping on a report filter manually, you ...
0
votes
2answers
538 views

Finding a subset of a Pivot table rowfield

I'm trying to use VBA to extract and manipulate data from a pivot table. My pivot table has three Row labels (D_Campaign, D_TL, D_Agent_Name). Using For Each pt1 In ...
3
votes
1answer
184 views

Complex pivot-like summary without VBA

Given a set of data like this: User Item1 Desc. Item1 Sel. Item2 Desc. Item2 Sel. Item3 Desc. Item3 Sel. UserA Item 1 Yes Item 2 Yes Item 3 ...
0
votes
1answer
349 views

Change the page filter on pivot tables

I may resort to using multiple pivot tables if I cannot do this but I want to give it a try anyway. Basically, I have a sheet with a pretty good amount of rows (45k+) and I want to use a pivot table ...
0
votes
0answers
1k views

VBA creating pivot table from MS Access table

Dim IDNUM as Integer Dim pc As PivotCache For Each pc In ActiveWorkbook.PivotCaches pc.MissingItemsLimit = xlMissingItemsNone Next With ActiveWorkbook.PivotCaches.Create(SourceType:=xlExternal, ...
1
vote
1answer
3k views

How can I make multiple pivot tables mimic the filters (report and row label) of another on just that sheet in excel?

So I have multiple pivot tables on a single sheet in excel. I have a long list of months in the row labels. The report filter is filterable by names. All of the columns in the pivots are just sums of ...
1
vote
1answer
249 views

Copying Data between worksheets

I have multiple pivot tables in different work sheets in excel (1 per worksheet). I would like to copy them all to a new worksheet but I want them to be below one another with a 2 row gap between ...
0
votes
1answer
554 views

Populating pivot table using VBA

I have a pivot table already set up in a worksheet(sheetA). On a separate worksheet (sheetB) I have data. I manually populate this pivot table on a daily basis (using pivottable wizard and dragging ...
0
votes
2answers
2k views

Unable to set the Visible property of the PivotItem class (VBA)

I am trying to manipulate an Excel 2007 Pivot Table trough VBA so I can loop trough the categories of the pivot table, set all to invisible but one, save the sheet as pdf and continue to the next ...
2
votes
1answer
1k views

Excel Macro generated file copy keeps links to original files

I have sales global sales data in very large files which I need to filter by country and product and then analyze. Since I will need to perform this same analysis over and over again with different ...
0
votes
1answer
176 views

VBA as data source for Excel

I would like to have VBA generate some data for an Excel Pivot table. VBA will then recalulate the data and the pivot will update based on that. Question: Is it possible to have VBA be a direct data ...
1
vote
1answer
2k views

Pivot Table VBA Macro with Headers That Change

I have been working on a macro to create a pivot table. I have it working as is, but as the source data changes, I need to be able to have the macro continue to work. The column headings change based ...
0
votes
1answer
4k views

Filtering Issues with Macro for Creating Pivot Table in Excel 2010 VBA

I am new to VBA and am trying to write a macro that will create a pivot table. I need to filter various fields and have tried using PivotFilters.Add and PivotItems to only let certain things ...
0
votes
2answers
724 views

Pivot Tables - VBA

I want to select some values through VBA in Pivot Table which is linked to OLAP Cube. As I know such modification can be realised by typing: ...
0
votes
0answers
301 views

Using VBA to change Cube Linked Pivot Table based off of another Pivot Table (linking two pivot tables)

I have a workbook with several pivot tables that are build off of cubes (OLAP queries are run to refresh them). They have the same pivot fields, so I am looking to link them together. If I change the ...
0
votes
1answer
1k views

Excel VBA: Can't set pivotitem “(blank)” position property in Pivot Table

Excel pivot tables are a headache to code in VBA! I want a VBA code that loops through each pivot table, then pivot field and for each pivot item that is "(blank)" move it either to position 1 or to ...
1
vote
1answer
3k views

Calculated Field in Pivot Table using Conditional Formula VBA

I have this problem that I can't solve, I'm writing an Excel Macro that build up a pivot table taking the data from a table. When a field in the table is 0 I don't want to perform the calculation of ...
1
vote
1answer
1k views

Unable to set the Visible property of the PivotItem class

Anyone encountered this error I'm stumped. Run-time error '1004': Unable to set the Visible property of the PivotItem class Excel VBA: Dim pt As PivotTable Dim pf As PivotField Dim pi As ...
1
vote
1answer
309 views

Sort Excel Pivot Items based on Date

Edit: Solved it!! Can't put up solution just yet. I have a pivottable with a "dates" rowfield. I need a VBA code that sorts from oldest dates to the newest. I need the dates to be AUS format, ie. ...

1 2