HTTP calls within VBA

D

Darren

I have been testing the Hyperlink.Follow method in my
program. I'd like to know if anyone has had experience
calling an Http address and not have the program open the
Browser window.

My program needs to call a webservice and I don't need it
to open the browser window, if possible.

I'm open to using other methods for making this call.
 
D

Dirk Goldgar

Darren said:
I have been testing the Hyperlink.Follow method in my
program. I'd like to know if anyone has had experience
calling an Http address and not have the program open the
Browser window.

My program needs to call a webservice and I don't need it
to open the browser window, if possible.

I'm open to using other methods for making this call.

I've used the Internet Data Transfer Library from

http://www.mvps.org/access/modules/mdl0037.htm
 

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

Top