Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
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


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Too Many Rows For Worksheet

Spark

I have not yet installed the beta version of Office 2007.

There are many regulars in these groups that have.

Hopefully one of them will leap in and address your concern.

But, with versions up to now you could install just the components desired.

Best to wait for more help.


Gord

On Thu, 27 Jul 2006 17:46:20 -0700, Bright Spark
wrote:

Thanks, Gord.

In one of the instruction sets I read, it said "If your worksheet
contains more than 65,536 but fewer than 98,304 rows, use the Text
Import Wizard to import the text file into multiple worksheets" -
that's where I got the 98,304 from, but I realize now when I look at
it that it still needs to go into multiple worksheets.

Is there any way to use Excel 2007 without having to update/include MS
Word? I am so reluctant to do that because everything on my system
always goes haywire when I make any changes to MS Word and it takes me
weeks to put all my settings back together! <sigh

Thanks again.

Heather


On Thu, 27 Jul 2006 15:00:17 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

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


Gord Dibben MS Excel MVP
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 299
Default Too Many Rows For Worksheet

I wouldn't do it since a beta, I use virtual pc and installed the beta
there, otherwise I have had 3 different versions of Office installed on the
same PC without using an virtual hard drives but I wouldn't do it with a
beta. However it seems that MS offer virtual pc for free now!
Once you have installed you need to install a windows OS on the virtual hd.

http://www.microsoft.com/windows/vir...loads/sp1.mspx


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com



"Bright Spark" wrote in message
...
Thanks, Gord.

In one of the instruction sets I read, it said "If your worksheet
contains more than 65,536 but fewer than 98,304 rows, use the Text
Import Wizard to import the text file into multiple worksheets" -
that's where I got the 98,304 from, but I realize now when I look at
it that it still needs to go into multiple worksheets.

Is there any way to use Excel 2007 without having to update/include MS
Word? I am so reluctant to do that because everything on my system
always goes haywire when I make any changes to MS Word and it takes me
weeks to put all my settings back together! <sigh

Thanks again.

Heather


On Thu, 27 Jul 2006 15:00:17 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

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




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,856
Default Too Many Rows For Worksheet

When you use the Data Import Wizard you can adjust the "Start Import at
Row" value - this is set to 1 by default, but can be increased to 32k
(32768), and with this setting you can then import a further 64k rows
from a text file.

Thus, if your text file contains up to 96k rows (98304) then in theory
you can import all of these, but it must be done in two passes - the
first pass would import rows 1 to 64k into one worksheet and the second
pass would bring in rows 32k to 96k into a second worksheet, with rows
32k to 64k being duplicated in both sheets.

Hope this helps.

Pete

Bright Spark wrote:
Thanks, Gord.

In one of the instruction sets I read, it said "If your worksheet
contains more than 65,536 but fewer than 98,304 rows, use the Text
Import Wizard to import the text file into multiple worksheets" -
that's where I got the 98,304 from, but I realize now when I look at
it that it still needs to go into multiple worksheets.

Is there any way to use Excel 2007 without having to update/include MS
Word? I am so reluctant to do that because everything on my system
always goes haywire when I make any changes to MS Word and it takes me
weeks to put all my settings back together! <sigh

Thanks again.

Heather


On Thu, 27 Jul 2006 15:00:17 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rows & Columns in Excel seadragon69 Excel Worksheet Functions 2 December 7th 05 05:54 PM
Automatically inserting rows ausdiver99 Excel Worksheet Functions 1 June 2nd 05 02:15 PM
Hiding Rows if the linked rows are blank KG Excel Discussion (Misc queries) 9 May 18th 05 02:32 AM
Insert rows Mr. G. Excel Worksheet Functions 3 March 31st 05 03:49 AM
flexible paste rows function that inserts the right number of rows marika1981 Excel Discussion (Misc queries) 1 February 18th 05 02:40 AM


All times are GMT +1. The time now is 12:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"