Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. simplypoet

    VBA Excel

    i had tried that for a while, but the information that i need to copy from the web page does not have the yellow arrow next to it, so i didnt know how to copy a random field on the page.
  2. simplypoet

    VBA Excel

    im really starting from scratch here.. with not a lot of background in vbscript. ____________ Sub internet1() ActiveCell(A, 1).Copy Set IE = CreateObject("InternetExplorer.Application") IE.Navigate "http://phone.company.net/phone/phonebook.htm#" IE.Visible = True End Sub _____________...
  3. simplypoet

    VBA Excel

    i am trying to create a script that will select information from an internet page, and paste it into an excel doc. So far, my script will only open the web page, but i cannot access the fields at which i need to copy the information.

Part and Inventory Search

Back
Top