View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Andrew Taylor Andrew Taylor is offline
external usenet poster
 
Posts: 225
Default Ressources about controlling html from VBA

You can use the xmlhttp object to send HTTPrequests
and retrieve the resulting HTML. Googling "xmlhttp excel"
will give you plenty of examples.



On 18 Dec, 15:19, The Dude wrote:
Hello everyone,

Would you know any ressource that deals with controlling html from VBA, like
for instance inserting text inside Google's search box without using the
sendkeys function... etc...
Aswell is it possible to read info from an html box?

Thanks a lot for the great help guys :)