Ressources about controlling html from VBA

T

The Dude

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 :)
 
A

Andrew Taylor

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

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