Internet Explorer Automation with Excel VBA

J

João Rodrigues

Hi,

i'm using Excel 2000 VBA to extract data from an
application in ASP.NET with javascripts.
In the VBA i set an object with the IE object, and i can
read the data from the html document, and call methods,
i.e. call the click method of a button in the page.

My problem is when the page has a control that call a
javascript... something like this:

onkeypress="href="javascript:clickBtn(...

the question is how i call the javascript in VBA... or VB?

Thanks for any help,

João
 
Top