• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to navigate Internet Page with VBA in excel

Hi Friends

I want to learn to navigate InterExplorer using VBA in excel.
For example: I want to open www.google.com
After that I want "YOUTUBE" tab to be clicked automatically or any other tab.

In my organisation, there is a website and we have to download data from there on the daily basis. I want to learn how can we do this or naviaget the IE from VBA Excel. Please help.
 

Hi !

Piloting IE is the slowest way.

QueryTable is faster.

The fastest way is to use an external request library (WinHttp, Xml) …
 
Back
Top