LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default QueryTables, some basic questions

I was wondering if someone can help me get up and running with
QueryTables under VBA. The dox on the web are fairly lightweight.

Normally I do my DB access using VBA code and ADODB. I find that
processing the result set in VBA gives me capabilities that I lack
using things like MSQuery, especially things like control over the
timing of the queries and such.

But on this current system, ADODB simply won't run, it complains about
the connection string no matter what I do. In desperation I came
across some code using QueryTables to build a SQL query in VBA, and
when I tried it, presto, no problem at all. The reason one works and
the other doesn't will remain a mystery it seems.

But that's about as far as that document went, and there doesn't seem
to be a lot more out there. Experimenting further I found that every
time I use the .Add method to run the query, I would get another
QueryTable that seemed to me magically saved into the sheet without my
intervention.

So, can someone point me, or help me, get a handle on the QueryTable
object? My basic goal is to use them in an ADODB fashion - that is,
run some code that produces the output, waits while this happens, and
then processes it in code to produce the exact results I need.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting Questions on Querytables Accesshelp Excel Programming 1 September 18th 09 09:06 PM
Some basic VBA questions [email protected] Excel Programming 8 January 17th 09 01:29 AM
Basic VBA questions.... Eric @ BP-EVV Excel Programming 16 September 19th 08 03:12 PM
Basic Questions Peter Excel Programming 5 July 1st 07 07:32 PM
Basic questions Maine begins Excel Discussion (Misc queries) 1 July 7th 06 06:45 PM


All times are GMT +1. The time now is 04:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"