Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default pivot tables: pivotselect with a very large table

I'm using the pivotselect function to do some custom formatting of a
pivot table.

The pivot table is generated via VBA scripting
the data set has approx 23000 rows with 9 columns, the pivot table
itself gets very large (to give an idea, it's in range B8 x K17000).


But as the pivot table can get very large, the pivot select doesn't
always work and there is no error thrown.
(http://support.microsoft.com/default...b;en-us;832293 )

Is there a way to calculate the fields that would be selected, so we
don't ran in to trouble with selection that's larger than the given
limit of 8,192 non-contiguous cells.

This is the code:
pvt.PivotSelect ("Employee[All;Total]"), xlDataAndLabel

With Selection.Interior
.ColorIndex = 15
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
End With

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
file using pivot tables is too large brad333 Excel Discussion (Misc queries) 0 February 6th 08 08:35 PM
Pivot Table Data Adding contents of two pivot tables and param que Roundy Excel Discussion (Misc queries) 0 July 2nd 07 10:20 PM
Sheet File To Large due to Pivot Tables? Allan P. London, CPA Excel Programming 1 October 5th 06 10:22 PM
Pivot Table Too Large? JenL Excel Discussion (Misc queries) 1 February 28th 06 04:00 PM
Large Excel file size, no pivot tables SP Excel Discussion (Misc queries) 1 April 20th 05 09:30 PM


All times are GMT +1. The time now is 02:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"