Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Robert Richardson   on Oct 16 In MS Office Category.

  
Question Answered By: Cay Nguyen   on Oct 16

It’s not so much a VBA question, but an HTTP question. You can program the
control of any web site  usually, but you get into the world of GETs and
POSTs and HTTP. Using “Microsoft WinHTTP Services” you can either do a GET
or a POST to a web  site and get the HTML results back, then you can parse it
up for the results you’re looking for. Not the easiest thing  in the world,
but that’s how you do it.
So if you use Tools / References in VBA, you should find “Microsoft WinHTTP
Services”, then you can instantiate the correct objects and such. You’ll
need to do more research on the web for specifics.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Screen Scrapping Or get search suggestion and latest updates.


Tagged: