View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
N Ramsay N Ramsay is offline
external usenet poster
 
Posts: 11
Default function to call an ODBC query...

Hi,

I have an Import Data query set up (ODBC connection saved as a.dqy
file) which returns two columns from a SQL d/b.

What I normally do is run this and then use the results (big 2-column
list) as the basis of a vlookup table.

What I would prefer to do is create a custom function which calls the
ODBC connection.

The function would pass in one parameter and return the result of a
vlookup done on the big list generated by the ODBC query.

Is it possible to code this in VBA?

Thanks in advance.

Neil.