web page object reference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everybody,

I would like to what reference in VBA is required to get web page objects.
Like I want from a macro in Excel, open a webpage and get to one of the link
of this page.
Then, while recording a macro, i will know more about the command for web
pages.

Any advices are interesting.

Thanks

Thierry
 
Hi Thierry :-)

Tick Microsoft HTML Object Library from Tools > References of VBE main menu.
Then click View > Object browser. Now you can see MSHTML library in the
Search Result window.
Please have a look at HTMLDocument Class.

or you can also use the Local Window like this.
http://puremis.net/excel/code/006.shtml

Regards,
-Colo
 

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

Back
Top