how to work with internet explorer in Excel VBA
-
Thursday, May 03, 2012 8:04 PM
hi All,
i've used vba in excel to exel only, now i want to work on internet explorer using vba, how to use html objects using vba, like how to click a button, how to click on a hyperlink, how to use menus of a site.
Can anyone please help me to know "how to work with internet explorer in Excel VBA"
Thanks in Advance.
Regards
Nitin Pandey.
Er. Nitin Pandey.
- Moved by Cindy Meister MVPMVP Friday, May 04, 2012 5:45 AM Excel VBA, not VSTO (From:Visual Studio Tools for Office)
All Replies
-
Friday, May 04, 2012 3:12 AM
Hi Er,
You can add a Webbowser control to your Excel document. and access Webbowser in you VBA application.
I hope it can help you,
Best Regards,
T.X.
-
Friday, May 04, 2012 9:35 AM
Hi TX,
i am not able to understand what are you trying to say, i am totaly new to IE Automation through VBA. so i request you to please provide detailed information with code if possible.
Thanks
Er. Nitin Pandey.
-
Tuesday, May 15, 2012 4:03 PM
Here are some things to get you started:
http://www.jpsoftwaretech.com/excel-vba/automate-internet-explorer/
http://vbadud.blogspot.com/2009/08/how-to-login-to-website-using-vba.html
http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm
Ryan Shuell
- Marked As Answer by Tom_Xu_WXModerator Wednesday, May 30, 2012 7:36 AM

