Results 1 to 7 of 7

Internet Explorer Extraction on Click

Threaded View

  1. #1
    Registered User
    Join Date
    08-09-2011
    Location
    Los Angeles, California
    MS-Off Ver
    Excel 2003
    Posts
    4

    Internet Explorer Extraction on Click

    Hello,

    I am attempting to extract information from a website once I click a certain link. What I would like to do is manually click a link and extract the text in the link and the address of the link. I have no trouble navigating to the webpage I want. My code is posted below using google as the website.

    Set ie = CreateObject("InternetExplorer.Application")
        ie.Visible = True
        ie.navigate "http://www.google.com/"
    As an example, once the page is open I would like to manually click a link such as "Images" at the top left. At this point, the macro should store the text "Images" and the google images address "http://www.google.com/imghp?hl=en&tab=wi".

    Thank you for your help.
    Last edited by lundawg; 08-09-2011 at 03:15 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1