import text file but sop at 65536 row

M

Maurice

I have a problem with an import test file.
The number of max row are 65536 rows,but the file that i
want import is more large than 65536 rows.
Have you an answer ?

tks a lot !
Maurice
 
B

Bill Lunney

Whatever you do one thing is certain and that is the maximum number of rows
cannot be increased.

You'll have to:

- Break the data up into chunks and import bit at a time or send to
individual worksheets
- Open the file (assuming it's txt) for reading and selectively decide which
rows to import to a worksheet based on some criteria (assuming this is
possible)



--
Regards,


Bill Lunney
www.billlunney.com
 
1

1907

tks for your ansewer,
but how can i decide some criteria to import file when i must import all
contenenets of file *.csv ?
 
R

Random

I think you can connect to the csv with a pivot table. This will
allow you to pick and choose what you want to bring in. It will also
allow you to examine all of the records at once(not on screen of
course).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top