View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
Richard Mogy Richard Mogy is offline
external usenet poster
 
Posts: 27
Default Active X and Data Grid

I am trying to access a SQL database and get a list for the user to select
from to be used in additional queries.

I have created an ActiveX Data Object and a Data Grid Object, and I am
trying to figure out how to link the two.

In visual basic, in the properties, there is a line called datasource that
links the two that isn't present in VBA.

Any help would be appreciated.