View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Find Text File Import Cell

If you import data from a CSV or text file, is it possible to tell which cell
is the target import cell in VBA. That is, when I set up the import, I
assign A1 on Sheet1 as the cell. Is there any way in VBA to tell when
looping through sheets if there is a cell within the Used Range that has been
designated for a text file import? I know you can do it with web queries.

Thanks