Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel Range : Row limit

Hello Everyone,
We have a pivot table that is being populated by an Excel worksheet
range. The range is filled by data retrieved by a stored proc.
Recently we exceeded the 65k row limit of Excel. I have been successful
in breaking up the feed to the worksheet into contiguos blocks of data -
each of 65k rows.

How do I combine all these blocks into single range for giving as input
to the Pivot table?
Does the Excel range have a 65 k row limit too?



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default Excel Range : Row limit

Just a thought but is it possible to have the stored procedure update a Table
in MS Access instead of the spreadsheet? If so then you could have the Pivot
table reference the table instead of a range of cells. By referencing the
database Excel has no specific limit that I am aware of. I successfully
linked a Pivot table to over 650,000 records with excellent results.

If not then you can set up a non-contiguious range when you define the raw
data for the pivot table, but as you add more sheets you are going to have to
keep redefining the raw data range...

Hope this helps...

"Rohit Nayak" wrote:

Hello Everyone,
We have a pivot table that is being populated by an Excel worksheet
range. The range is filled by data retrieved by a stored proc.
Recently we exceeded the 65k row limit of Excel. I have been successful
in breaking up the feed to the worksheet into contiguos blocks of data -
each of 65k rows.

How do I combine all these blocks into single range for giving as input
to the Pivot table?
Does the Excel range have a 65 k row limit too?



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel Range : Row limit

Thanks for your insight Jim.
I have takent he second option -w eher I split the recordset into
non-contigious blocks of data, each of which can be a max 65 k rows.
However I'm not having any luck in combinin these ranges into one range
that can be given as Source Data for the Pivot. I tried range operations
like Union- but that is not giving me what I want.
So my question to you is -how can I setup the source data of the Pivot
to point to non-contiguous ranges in my worksheet



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
range limit Atishoo Excel Discussion (Misc queries) 3 June 3rd 08 05:30 PM
how can I limit cursor movement within specified range in excel? slk0217 Excel Discussion (Misc queries) 2 January 5th 08 06:03 AM
How can you limit the data entry range in Excel? Joe Excel Worksheet Functions 2 December 26th 07 07:23 PM
Range limit of CF Murtaza Excel Discussion (Misc queries) 1 April 25th 06 09:35 AM
Non-contiguous Range limit? Mark Dabbs Excel Programming 5 November 7th 03 01:24 PM


All times are GMT +1. The time now is 03:01 PM.

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

About Us

"It's about Microsoft Excel"