Excel Web Query using a QueryTable via HTTPS??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Was wondering if anyone knows of any tools/methods/alternatives in using
excel's native Querytable HTTP functionality to retrieve data from the
internet to populate worksheet but HTTP request is TUNNELLED thru HTTPS?

Thanks
Bing
 
Hi Bing,
Was wondering if anyone knows of any tools/methods/alternatives in
using excel's native Querytable HTTP functionality to retrieve data
from the internet to populate worksheet but HTTP request is
TUNNELLED thru HTTPS?

There are a few alternatives:

1) use the XMLHTTP object

2) automate the InternetExplorer application

Alternative #1 is generally quicker and simpler, but #2 may offer you some
more flexibility. If you do a google groups search on XMLHTTP or
InternetExplorer, you'll find lots of info on how to do it.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 
Hi Jake,

Thanks! That was very helpful info.

Cheers,
Bing

Jake Marx said:
Hi Bing,
Was wondering if anyone knows of any tools/methods/alternatives in
using excel's native Querytable HTTP functionality to retrieve data
from the internet to populate worksheet but HTTP request is
TUNNELLED thru HTTPS?

There are a few alternatives:

1) use the XMLHTTP object

2) automate the InternetExplorer application

Alternative #1 is generally quicker and simpler, but #2 may offer you some
more flexibility. If you do a google groups search on XMLHTTP or
InternetExplorer, you'll find lots of info on how to do it.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top