HTTP calls within VBA

  • Thread starter Thread starter Darren
  • Start date Start date
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.
 
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
 
Back
Top