Row limit in Excel

M

mannan

I have around 75000 rows of data to be displayed in Excel sheet, but the
data is getting truncated after 65536 rows because of the limit on
number of rows that Excel allows. Is it possible to remove the row
limit in the excel? or is it possible to add a new worksheet
dynamically whenever one worksheet is full with 65536 rows?

I am getting this large amount of data when I ran a nVision Report for
Peoplesoft. In this, it runs a Query and outputs the result data to an
excel sheet.

Thanks in advance for any help.
 
M

macropod

Hi mannan,

Do you really need to *display* 75,000 rows? Or just analyse them?

If its the latter, you could load the data into an array, analyse it there
with vba, then write the results to a worksheet (or even another file). I've
processed data sets of >11,000,000 rows this way, far faster than loading
them into worksheets and processing with formulae could possibly have
permitted.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top