View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.setup
JLatham JLatham is offline
external usenet poster
 
Posts: 3,365
Default More Than 65,530 Rows

If the data is in a file structured like a typical CSV (comma separated
values) file, then you can probably use this workbook that I wrote to import
the data into multiple sheets. An alternative to what Niek Otten offered.
http://www.jlathamsite.com/uploads/I...RowsOfData.xls

CSV type files can also have filenames that end with .csv, .txt and
sometimes .dat. The file linked to allows you to define the layout of the
file to be read. If my .xls file can read it, you'll also be able to open
the data file and view it using Notepad or Wordpad to get an idea of how its
structured. If you open it with one of those and it looks like total junk,
then my file probably won't work for you.

"SteveGuno" wrote:

I need to download some Data that contains more than 65,530 Rows. Is there a
way to do this??? Increase the number of rows or have the data entered on
more that one worksheet???