Importing Text file to Excel error

cjonovic

New Member
Joined
Feb 16, 2006
Messages
1
Hello,

I am currently trying to create a new database using MS Access. The text file that I am given comes from a program which the company uses, and I need to correct some data on the records first. I have been importing the text files by city into a spreadsheet, doing my editing, then importing into a master database.

This worked for two of the cities. However, when I got to a major city, it capped the text file input in Excel to 66000+ cells only (I forget the exact number).

Without having to go area by area of the city, is there a way that I can bring out more information from the text file or does Excel cap at that number of available cells? Any input will be very useful.

Thank you.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Excel can only hold 65536 rows per sheet.

In the next version, that number will increase significantly.
 
Upvote 0
Welcome to Mr. Excel.

Excel limits the number of rows to 65,536. There is some code around the board somewhere if you search for it that will take the first 65,536 rows and put then on sheet1, the 2nd 65,536 and put them on sheet2, etc. However, since Access doesn't have this limit, can you load the data directly into Access and do your editing there?
 
Upvote 0

Forum statistics

Threads
1,215,497
Messages
6,125,158
Members
449,208
Latest member
emmac

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top