How can we use MSHTML with VBA?

Martin08 picture Martin08 · Mar 6, 2009 · Viewed 24.9k times · Source

I saw a lot of examples in MSDN on how to use MSHTML in VS. Have anyone known if and how we can use MSHTML and VBA to open web pages?

Answer

Will Rickards picture Will Rickards · Mar 6, 2009

In the VBA editor, you go under Tools -> References and add a reference to the Microsoft HTML Object Library [MSHTML.TLB]. Here is a link with an example in VBA.