+ Reply to Thread
Results 1 to 4 of 4

Automate Excel/Internet Explorer Interaction

  1. #1
    Valued Forum Contributor
    Join Date
    04-11-2006
    MS-Off Ver
    2007
    Posts
    438

    Automate Excel/Internet Explorer Interaction

    Hi all, is it possible for Excel to do this..

    1. Paste contents of a cell from Excel into a text field into Internet Explorer, hit tab a certain amount of times in Internet Explorer and hit Enter (to click on the hyperlink).

    2. Once the clicked hyperlink goes to the next page, go to the next cell in Excel and copy the contents of that cell.

    3. Go back to Internet Explorer, tab a pre-determined amount of times, and paste the contents of the last copy from Excel.

    4. Repeat the above steps as many times as needed.

    Note that Excel would somehow have to know that the new page (the clicked hyperlink) has been populated in Internet Explorer before it executes the next paste.



    Thanks,

    duugg

  2. #2
    Valued Forum Contributor
    Join Date
    03-23-2008
    Location
    Tennessee
    MS-Off Ver
    Office 2007
    Posts
    706

    Re: Automate Excel/Internet Explorer Interaction

    I don't think an Excel macro or VBA can work on anything except an Excel file. To interact between Excel and Internet Explorer, you might want to try a scripting utility like Auto Hotkey. http://www.autohotkey.com

  3. #3
    Valued Forum Contributor
    Join Date
    05-21-2009
    Location
    Great Britain
    MS-Off Ver
    Excel 2003
    Posts
    550

    Re: Automate Excel/Internet Explorer Interaction

    You should be able to do this in VBA with InternetExplorer automation and the HTML Object Library (HTMLDocument object, etc.) to populate fields in a web page in the IE browser and 'click' hyperlinks. Search for the highlighted terms for more information and examples.

  4. #4
    Valued Forum Contributor
    Join Date
    04-11-2006
    MS-Off Ver
    2007
    Posts
    438

    Re: Automate Excel/Internet Explorer Interaction

    Hmm,

    Interesting dialog here. I will check into these suggestion. Thanks.

+ Reply to Thread

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