View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Carl[_9_] Carl[_9_] is offline
external usenet poster
 
Posts: 2
Default VBA - ODBC database access help?

Hello,

I am hoping someone here may be able to point me to some code or
documentation regarding accessing data from external ODBC databases
using VBA from within excel.

Basically, what I am trying to do is monitor when a value in the first
column changes, I would like to validate this value and populate several
other values in this row based on a query to this external database.

Any help would be appreciated.