expand number of rows from limit of 65,536?

N

Niner

I need to bring in data that exceeds the limit of 65,536 rows. Does anyone
know how to expand this limitation?
 
B

Bob Phillips

You can't, that is the limit. You could either use multiple worksheets, or
another product.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
D

Duke Carey

If you have it, consider MS Access as the repository for your data, then use
Excel's ability to query an external database to pull in subsets of data on
which to do your analysis.
 
Top