sumifm's blog

VBA code to execute Java-script on webpage

Hi

I am stuck in automation of a website by VBA. It has Javascript under a dropdown menu(Download). I wrote down VBA code but neither it gives any error nor it executes the Java script. Here is HTML code

  • Download
  • and VBA code

    For Each MyHTML_Element In IE.document.getElementsByTagName("a")

    Syndicate content