- you have data stored in Excel sheets and you want to push data into online web forms.
- you need to extract data from web and save them into Excel xls file.
- automate Internet Explorer browser from Excel VBA macro.
- automate both IE and Excel from an external process using OLE automation.

The WSH web macro in this tutorial opens an XLS file containing phrases to be translated using Google Translate tool. It then automatically gets each phrase, opens an IE browser, navigates to translation page, fills out the text to be translated, press submit button, gets back the result and saves it into the same XLS file.
That's all for now! (as I try to keep articles relatively short) Meanwhile, you should download Twebst Automation Studio and the web macro sample to see it at work. Then, you can continue with the next article explaining the web macro code and comments: Extract web data into Excel.Application with browser macro
Downloads:
Twebst Automation Studio (FREE edition available btw)
5 comments:
This is awesome. I was using the iMacros free edition so far, but this one is far easier. Thanks
If you like Twebst product and want to help it, just spread the word about it in your professional community.
Thank you for your kind words!
I like the idea. I'm trying to automate something similar from excel to web forms. THe web form has Next, Next before SUBMIT. I'd like to lift cell by cell, row by row, column by column sequentially into the web form. Please, HOW can I do that??
You can start with the web automation part; Twebst web recorder can help here.
For the Excel part (and other automation details) you'll have to get your hands dirty and write some code.
Post a Comment