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
 
Top