|
-
Feb 1st, 2011, 12:14 PM
#1
Thread Starter
Junior Member
WebQuery in VBA with ADO
I asked this over in the office section but no one answered so I thought someone here might be able to.
Is it possible to run the equivalent of an Excel WebQuery with VBA using ADO? Would this increase the speed of the query since it wouldn't have to print to the worksheet?
I am currently doing a webquery then I take that information and put it in a class. I would think it would be faster just to have the disconnected recordset and put that into my class (some of the query comes in the form of a delimited strings, that's why I want to put it in a class, granted I could probably just do the filter to get my data if it were in a recordset). Would it be worth the effort?
Thanks for your help!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|