Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi to all,
i've a text file with more than 6.000.000 rows, i've to read the file, manipulate some rows and save the new file. I'm doing in this way but the elaboration time is about 4 minutes: -First I open the file for input and i count the Rows - I close the file and open another time reading each line and put it in an String array - While I read I manipulate the data - Open another file in Output mode and Write all the array in the file. Does exist an efficient mode to do what i would like to do? Thanks in advance Salmec |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you save an excel file to be read as IBM-type text file ? | Excel Worksheet Functions | |||
Autoname a save as file from a cell in a read only file | Excel Discussion (Misc queries) | |||
cant save read only file | Excel Discussion (Misc queries) | |||
Trying to save a .XLA file that's Read Only | Excel Programming | |||
Read,Show,Update,Format & Save a text file. | Excel Programming |