View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Too Many Rows For Worksheet

The limit per sheet is 65536 rows.

I don't know where the 98,304 came from.

For a VBA method of importing greater than 65536 rows over multiple sheets see

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

NOTE: Excel 2007(beta) has one million rows per sheet.


Gord Dibben MS Excel MVP

On Thu, 27 Jul 2006 14:42:26 -0700, Bright Spark
wrote:

I have a mailing list in .txt format that I need to open in Excel in
order to clean up and sort, etc. The problem I am having is that the
list is 76,007 records long and Excel will not allow me to have that
many - I get the message "File not completely loaded" (or something
similar).

I have done some searching and I have discovered that only 65,536 rows
can be in one worksheet (that is exactly how many it will load) but
there does seem to be some way to increase that number as long as the
final number is below 98,304 rows.

I am a total "newbie" as far as Excel is concerned and purely
hunt-and-peck my way through using it, learning as I go, but I cannot
figure out how I can end up with my full 76,007 records in just one
worksheet?

I would appreciate some instruction on this if anyone can help or
point me in the right direction.

Thanks very much.

BrightSpark