View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joao Rodrigues Joao Rodrigues is offline
external usenet poster
 
Posts: 5
Default Internet Explorer Automation with Excel VBA

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