Recent content by secondyankee

  1. S

    getElementsByClassName

    JHB, Thank you for the reply. I did make the change you suggested and it is returning the same runtime error 91 on: dd = HTMLDocument.getElementsByClassName("vk_sh vk_gy")(0).innerText The error message states: Object variable or with block variable not set.
  2. S

    getElementsByClassName

    Hi all, I'm trying to make a database program that searches for a given address and returns the zip code. I found that the best site to do this is google. The browser opens easily enough, but I'm having trouble with the program reading the <div Class> that the zip is displayed in. Here is my...
Back
Top Bottom