Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another application creates text files which I import into a worksheet for
further processing. The text file looks like: ARRAY 1 3023 <--3023 indicates how many X-values are in the file #X-values, ...some more misc text ... 0.378228 0.737527 1.113739 1.488899 1.866231 2.257432 .... more X-values <--one space in this line #Y-values 0.195559 0.152420 0.126161 0.199365 0.173638 .... more Y-values I need only the first 2 rows plus all the X-values (up to but not including the line containing one space. There could be 65,500+ X-values, and line-by-line processing is slow with many values to import. Is there a way in VBA to import a specified number of lines, without using a line-by-line method? expression.OpenText(...) has a StartRow parameter, but no "EndRow" as far as I can tell. Does anyone know of a text-file parsing program or a method which could be used to write a program which could be called by VBA, to create a new file after stripping the rows below and including the line containing one space? Thanks for any help. Larry Mehl --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.600 / Virus Database: 381 - Release Date: 2/28/2004 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I import text file of cash flow to excel file then use formula | Excel Discussion (Misc queries) | |||
Set Defaults in File Import of a Text File | Excel Worksheet Functions | |||
Would Like to Automate Batch File Creation and Text FIle Import | Excel Discussion (Misc queries) | |||
excel - create a macro to use cell text as part of a file name | New Users to Excel | |||
Get External Data, Import Text File, File name problem | Excel Programming |