View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BigD[_2_] BigD[_2_] is offline
external usenet poster
 
Posts: 1
Default opening a text file

Hi everybody.

I made a macro that opens a delimited text file. It works
fine but sometimes I only need certain rows of data
instead of the whole file. For instance I only need the
rows in which the value in the first column is "A". Is it
possible to set this kind of criteria?

Thanks.

DK