+ Reply to Thread
Results 1 to 4 of 4

Row limit in Excel

  1. #1
    Registered User
    Join Date
    04-26-2006
    Posts
    3

    Question Row limit in Excel

    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.

  2. #2
    Forum Contributor
    Join Date
    12-04-2003
    Posts
    360
    nope - you'll have to wait for excel 2007.
    Has a row limit approx 1000000

  3. #3
    Norman Jones
    Guest

    Re: Row limit in Excel

    Hi Mannan,

    See MSKB Knowledge Base Article # 120596
    "Importing text files larger than 65536 rows"

    http://support.microsoft.com/default...b;en-us;120596


    ---
    Regards,
    Norman



    "mannan" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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.
    >
    >
    > --
    > mannan
    > ------------------------------------------------------------------------
    > mannan's Profile:
    > http://www.excelforum.com/member.php...o&userid=33856
    > View this thread: http://www.excelforum.com/showthread...hreadid=536323
    >




  4. #4
    macropod
    Guest

    Re: Row limit in Excel

    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


    "mannan" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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.
    >
    >
    > --
    > mannan
    > ------------------------------------------------------------------------
    > mannan's Profile:

    http://www.excelforum.com/member.php...o&userid=33856
    > View this thread: http://www.excelforum.com/showthread...hreadid=536323
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1