Web Data

S

Soniya

Hi All,

Is there a way to get the active Internet Explorer page
data with all linked pages to Excel thru VBA


TIA
Soniya
 
B

Bill Lunney

You could try looking at the GetObject function. It would be possible to
get a reference to the first running instance of IE and then use the IE
methods and properties to get the address of the current page. With this
you could load the page using the URL instead of the filename. Once in a
worksheet you can strip what you want from there.

Alternatively you are going to have to look at the actual web page source
HTML and parse it for links etc. This would take a bit of work.

The methods I'm thinking of are quite involved so I've not posted any code
etc. Perhaps others have a better idea?


--

Regards,


Bill Lunney
www.billlunney.com
 

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

Top