Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rows & Columns in Excel | Excel Worksheet Functions | |||
Automatically inserting rows | Excel Worksheet Functions | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
Insert rows | Excel Worksheet Functions | |||
flexible paste rows function that inserts the right number of rows | Excel Discussion (Misc queries) |