View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
paulp paulp is offline
external usenet poster
 
Posts: 3
Default importing data into excel

i've tried this out & excel will only import up to the 65 500th line & not
import anything beyond that. for eg., i started the import at line 32 000,
hoping for every line to the 80 000th to be imported. however, only up to
line 65 500 was & i did open a new document (book) to import the second set
of data.

"Pete_UK" wrote:

If you use the Data Import Wizard to bring the file into Excel, there
is a setting for "Start Import at Row". If this is set to 1 then Excel
will import as many rows as it can starting with this (i.e. 65536 or
64k). However, you can change this value up to 32k, so if you import
with this setting then you will get rows from 32k to 80k into another
worksheet - there is obviously an overlap of records, but it is quite
easy to delete the first 32k records in the second sheet to give you
the remaining 16k records. Using this technique you can import files of
up to 96k records.

Note that my "k" refers to 1024.

Hope this helps.

Pete

paulp wrote:

i need to import data from a .asc file into excel. the problem is that i need
to import just over 80 000 lines & excel only allows the first 65 500 lines
to import. how do i get the remaining 15 000-odd lines onto the next
spreadsheet?