Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a csv file that I try to import into Excel and the number of rows is
larger thatn 65536. The Excel 2000 seemed to be only capable of loading 65536 rows. Is there a way to overcome this ? |
#2
![]() |
|||
|
|||
![]()
Me thinks you need an Access solution.
-- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Larry Liu" wrote: |I have a csv file that I try to import into Excel and the number of rows is | larger thatn 65536. The Excel 2000 seemed to be only capable of loading 65536 | rows. Is there a way to overcome this ? |
#3
![]() |
|||
|
|||
![]()
Nope... 65,536 rows and 256 columns are written in stone. See the hundreds
of other posts with this exact subject. -- Regards, Dave <!-- "Larry Liu" wrote: I have a csv file that I try to import into Excel and the number of rows is larger thatn 65536. The Excel 2000 seemed to be only capable of loading 65536 rows. Is there a way to overcome this ? |
#4
![]() |
|||
|
|||
![]()
Description of Excel 2000 specifications
http://support.microsoft.com/kb/264626/ Start another Worksheet and then import the remaining portion of your CSV file by using the Text Import Wizard. Please note: The instructions below are for Microsoft Excel 2003, but should work in Microsoft Excel 2000. Insert a new worksheet http://office.microsoft.com/en-us/as...008891033.aspx Import a text file http://office.microsoft.com/en-us/as...573861033.aspx When you get to step 5, you should have the "Text Import Wizard - Step 1 of 3" dialog up. In Step 1 of the Text Import Wizard, change the value next to "Start import at row" to 65537. In addition, you might want to take a look at this program called CSVed. It is an easy and powerful CSV file editor. http://home.hccnet.nl/s.j.francke/t2t/text2table.htm -- Please post all replies to the newsgroup for the benefit of others. Requests for assistance by email will NOT be acknowledged! "Larry Liu" <Larry wrote in message ... I have a csv file that I try to import into Excel and the number of rows is larger thatn 65536. The Excel 2000 seemed to be only capable of loading 65536 rows. Is there a way to overcome this ? |
#6
![]() |
|||
|
|||
![]()
Larry
One way to oversome this limitation is to split your csv file into smaller files which can be imported to separate worksheets. Gord Dibben Excel MVP On Tue, 20 Sep 2005 08:54:01 -0700, Larry Liu <Larry wrote: I have a csv file that I try to import into Excel and the number of rows is larger thatn 65536. The Excel 2000 seemed to be only capable of loading 65536 rows. Is there a way to overcome this ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows | Excel Worksheet Functions | |||
max rows on an Excel worksheet | Excel Discussion (Misc queries) | |||
Updating rows - Excel Formula or Something Else? | Excel Worksheet Functions | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) | |||
How do I limit the number of rows in an Excel worksheet. | Excel Worksheet Functions |