View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
lcaretto lcaretto is offline
external usenet poster
 
Posts: 9
Default parse from txt file

You have to write a code that uses the line input command to read an entire
line. Then you can parse the line to see if it meets your criteria. If it
does, you can do what you want with it. You would place this code in a loop
that ends when an EOF is reached on the file.

"geebee" wrote:

hi,

i would like to know if there is a way i can take certin rows from a text
file?

thanks in advance,
geebee