View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jason Roth Jason  Roth is offline
external usenet poster
 
Posts: 5
Default Query/Lookup in large list (text file)

Hi All!

I've searched the Excel newsgroups for an answer to this question, but
I can't find an answer...

I have a large tab-delimited text file. It's 573,000 lines long, and
contains 6 columns of data (6 fields).

I would like to query that file from Excel. If it were only 20,000
lines long, I would include the data in my excel workbook and use a
VLOOKUP. But I cannot include the data, so I'm a bit stuck.

One thing I CAN do is set up my data file as a "Data Source" in
Windows Administrative Tools-Data Sources (ODBC), and query that data
source. The problems with doing that are (1) I'd like to distribute
the Excel file + the data file to other users, and unless they have
the same "Data Source", the query will not work for my users, and (2)
if I define the file as a data source, I cannot relocate the file
without screwing up the query.

My question is this: Is there a way to query my tab delimited text
file from VBA without setting my file up as a "Data Source"??...or how
do you simply query a text file from within XL?

Thanks for any ideas!!

--Jason