View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WannaBeExceller WannaBeExceller is offline
external usenet poster
 
Posts: 22
Default Reading a *.csv file from different points

I have a *.csv file that I would like to read depending on a list of lines
that I have. I was wondering how I can do that. Eg. I want to read line 300,
202, .... can I just jump to the line I want and read it? How can I
accomplish this if I cannot read it from any line?