How Can I import external data what is more than 65536 lines?

K

KurtHan71

How Can I import external data what is more than 65536 lines? I would like to
import *.csv or *.txt files.
 
T

Tim879

As far as I know, you either need to use Excel 2007 or split the text
file into multiple files and import the data on separate tabs.


For a data file that large a better solution would be to use Access to
analyze your data.
 
Top