ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   increasing the number of rows of a worksheet beyond 65536? (https://www.excelbanter.com/excel-discussion-misc-queries/600-increasing-number-rows-worksheet-beyond-65536-a.html)

ibu

increasing the number of rows of a worksheet beyond 65536?
 
is it possible to increase the number of rows of a worksheet beyond 65536? if
yes, how? if no, any workarounds? I need to read in a text file in CSV format
with more than 1,000,000 lines.

thanks!

Arvi Laanemets

Hi

Split your file to several files with <65536 rows in each. You can use any
text editor, capable open your file, for this. Create a copy of original
file, and delete all rows except # first ones (# being the number of rows
you want to left in file). Then create a next copy of original file, and
delete # rows at top, and then all rows except # first ones, and so on.


--
Arvi Laanemets
(When sending e-mail, use address arvil<Attarkon.ee)


"ibu" wrote in message
...
is it possible to increase the number of rows of a worksheet beyond 65536?

if
yes, how? if no, any workarounds? I need to read in a text file in CSV

format
with more than 1,000,000 lines.

thanks!




Bob Phillips

NO, that is the limit.

If you must read more, you will need to manage it manually, maybe split the
csv file and read them into multiple sheets, or read the CSV file in VBA and
place in on separate sheets. The first is definitely simpler.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"ibu" wrote in message
...
is it possible to increase the number of rows of a worksheet beyond 65536?

if
yes, how? if no, any workarounds? I need to read in a text file in CSV

format
with more than 1,000,000 lines.

thanks!





All times are GMT +1. The time now is 07:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com