View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
George George is offline
external usenet poster
 
Posts: 347
Default VBA ODBC connect to DB2

I would like to use Excel to retrieve data from a DB2 database.
Specifically, I would like to use VBA and connect to the database (which is
already available through ODBC) and use and SQL string to query the database.

Thanks for any help or sites that have code examples.