View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Thomas Bartkus Thomas Bartkus is offline
external usenet poster
 
Posts: 1
Default Does MS Query have an object model

"Frank" wrote in message
...
MS Query is apparently not an individual module, but is
instead used through Excel when linking to external data.
Is there an object model for MS Query just like the other
applications of MS Office?
And if so, where can documentation for it be found? Is
there perhaps a help file?

Any help will be much appreciated.


MSQuery is much too archaic to have an object model.

The object model you want is ADO - the Microsoft ActiveX Data Objects
Library. It's picked apart on the MS website, in bocks, and if you give us
a clue or two - by many people here.

Thomas Bartkus