Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAULP
 
Posts: n/a
Default I NEED TO IMPORT MORE THAN THE 65,536 LINES EXCEL ALLOWS

I'M TRYING TO IMPORT DATA FROM A .ASC FILE. IT CONTAINS 77,267 LINES. I DID A
FIRST IMPORT THAT ALLOWED ME TO IMPORT UP TO LINE 65,536. NOW, WHEN I TRY
IMPORTING THE REST (FROM 65,537 TO 77,267) & I NIPUT THE LINE NUMBER, IN THE
WIZARD, TO START AT ROW 65,537, IT TELLS ME THAT THE INTEGER IS INVALID. I AM
TRYING TO DO THIS ON A SECOND BLANK WORKSHEET,
AS INSTRUCTED.
I'VE EVEN TRIED TO START THE SECOND IMPORT AT LINE 50,000, FIGURING IT'LL
IMPORT TO LINE 77,267, BUT INSTEAD STILL ONLY GOES UP TO LINE 65,536 AS IN
THE ORIGINAL IMPORT. HOW DO I GET THE LAST 11,000-ODD LINES INTO EXCEL?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default I NEED TO IMPORT MORE THAN THE 65,536 LINES EXCEL ALLOWS

Microsoft has a macro solution that may help:

http://support.microsoft.com/default...;EN-US;q120596
XL: Importing Text Files Larger Than 16384 Rows
(written for xl95, but has a note to change stuff for xl97+)

I'd just use my favorite text editor and split the data into smaller pieces--and
then import each piece to a new worksheet.

PAULP wrote:

I'M TRYING TO IMPORT DATA FROM A .ASC FILE. IT CONTAINS 77,267 LINES. I DID A
FIRST IMPORT THAT ALLOWED ME TO IMPORT UP TO LINE 65,536. NOW, WHEN I TRY
IMPORTING THE REST (FROM 65,537 TO 77,267) & I NIPUT THE LINE NUMBER, IN THE
WIZARD, TO START AT ROW 65,537, IT TELLS ME THAT THE INTEGER IS INVALID. I AM
TRYING TO DO THIS ON A SECOND BLANK WORKSHEET,
AS INSTRUCTED.
I'VE EVEN TRIED TO START THE SECOND IMPORT AT LINE 50,000, FIGURING IT'LL
IMPORT TO LINE 77,267, BUT INSTEAD STILL ONLY GOES UP TO LINE 65,536 AS IN
THE ORIGINAL IMPORT. HOW DO I GET THE LAST 11,000-ODD LINES INTO EXCEL?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mich modulus 11
 
Posts: n/a
Default I NEED TO IMPORT MORE THAN THE 65,536 LINES EXCEL ALLOWS



"PAULP" wrote:

I'M TRYING TO IMPORT DATA FROM A .ASC FILE. IT CONTAINS 77,267 LINES. I DID A
FIRST IMPORT THAT ALLOWED ME TO IMPORT UP TO LINE 65,536. NOW, WHEN I TRY
IMPORTING THE REST (FROM 65,537 TO 77,267) & I NIPUT THE LINE NUMBER, IN THE
WIZARD, TO START AT ROW 65,537, IT TELLS ME THAT THE INTEGER IS INVALID. I AM
TRYING TO DO THIS ON A SECOND BLANK WORKSHEET,
AS INSTRUCTED.
I'VE EVEN TRIED TO START THE SECOND IMPORT AT LINE 50,000, FIGURING IT'LL
IMPORT TO LINE 77,267, BUT INSTEAD STILL ONLY GOES UP TO LINE 65,536 AS IN
THE ORIGINAL IMPORT. HOW DO I GET THE LAST 11,000-ODD LINES INTO EXCEL?


A tricky one, I've not been able to do this myself. iIstead, i reduced the
amount of lines from the source to make sure it came in under the max limit
in XL. Even then, it was hugely unwieldy. Can you import it into say access
first and do something to it so that you don't need all those rows? Otherwise
you might have to start your rows at the first row in the second spreadsheet.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default I NEED TO IMPORT MORE THAN THE 65,536 LINES EXCEL ALLOWS

Basically, there is a limit of 32k for the number of lines that you can
skip over for the second import - this means that your second sheet
will contain rows from 32k up to 77,267, so you will have to remove the
duplicates from either the first or the second sheet after you have
imported the file.

As I have Quattro Pro 9, with 1 million row capability, I generally use
this for very large files, then copy and paste sections of less than
64k into separate Excel sheets - I understand that the next version of
Excel will have the same larger capacity.

Hope this helps.

Pete

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
how do I import data (distance and time) from MapPoint to Excel? Reza Excel Discussion (Misc queries) 0 October 20th 05 04:46 AM
?? Extra blank lines in 'address' cell after exporting to Excel Hadyn Pkok Excel Discussion (Misc queries) 4 April 15th 05 11:34 PM
On an import to excel a two digit date still is not right after c. Phillip Excel Discussion (Misc queries) 4 April 12th 05 04:30 PM
How do I change a data series from bars to lines in an Excel char. mrocke Charts and Charting in Excel 1 March 29th 05 01:41 AM
How do I import a WORD file into EXCEL? mauimama Excel Discussion (Misc queries) 0 March 1st 05 03:13 AM


All times are GMT +1. The time now is 07:49 AM.

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

About Us

"It's about Microsoft Excel"