Closed Thread
Results 1 to 3 of 3

overflow-how big a file can Excel handle?

  1. #1
    John Smith
    Guest

    overflow-how big a file can Excel handle?

    When trying to run a vb script, I got an error message saying
    overflow. The file is about 4 Mb with about 35900 rows and 6
    columns. I had to cut half of the rows and pasted them to a new
    file. Then, the script ran without problems. It seems to me that
    Excel hit a limit on the file size, row number or something.

    I wonder if the problem is due to my computer or Excel. Anyone has
    any idea?

  2. #2
    keepITcool
    Guest

    Re: overflow-how big a file can Excel handle?


    "overflow" is generally more a variable than a memory problem.

    e.g. using an integer to loop thru ranges...
    will error out at 32k (the maximum positive value of an integer.

    change variable to a long should fix it.



    --
    keepITcool
    | www.XLsupport.com | keepITcool chello nl | amsterdam


    John Smith wrote :

    > When trying to run a vb script, I got an error message saying
    > overflow. The file is about 4 Mb with about 35900 rows and 6
    > columns. I had to cut half of the rows and pasted them to a new
    > file. Then, the script ran without problems. It seems to me that
    > Excel hit a limit on the file size, row number or something.
    >
    > I wonder if the problem is due to my computer or Excel. Anyone has
    > any idea?


  3. #3
    Jim Thomlinson
    Guest

    RE: overflow-how big a file can Excel handle?

    Everything you ever wanted to know but were affraid to ask..

    http://www.decisionmodels.com/index.htm
    --
    HTH...

    Jim Thomlinson


    "John Smith" wrote:

    > When trying to run a vb script, I got an error message saying
    > overflow. The file is about 4 Mb with about 35900 rows and 6
    > columns. I had to cut half of the rows and pasted them to a new
    > file. Then, the script ran without problems. It seems to me that
    > Excel hit a limit on the file size, row number or something.
    >
    > I wonder if the problem is due to my computer or Excel. Anyone has
    > any idea?
    >


Closed 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