Have a lookup pointing to a CSV file

  • Thread starter Thread starter Murali Krishnan
  • Start date Start date
M

Murali Krishnan

Hi All

Is there a way or comand to tell excel worksheet to get the data from CSV
file. Somethink like [INDIRECT] command.

thanks
Menon
 
well, you probably need to be more specific in your question. What does the
csv file contain? What data do you want and what do you want to do with it.

You could import the data using File | Open and select Text File. Or you
could write a subroutine to open the file and read the data and copy it to a
sheet.

Regards

Trevor
 
Back
Top