Results 1 to 3 of 3

VBA IE Drop down Menu Help

Threaded View

  1. #1
    Registered User
    Join Date
    01-13-2015
    Location
    America
    MS-Off Ver
    MS 2013
    Posts
    2

    VBA IE Drop down Menu Help

    I'm attempting to control a drop down menu on a website in order to fill out a form. I'm trying to select the "ltl" option from the drop down but am having issues. The website is http://www.saia.com/RequestQuote.aspx

    Here is some of the code snippets I have tried, none of which have worked:

        
    ie.Document.getElementbyID("quoteDropdown").selectedindex = 1
    
    ie.Document.getElementbyID("quoteDropdown").Item(0).Value = 1
    
    ie.Document.getElementbyID("quoteDropdown").Value = "ltl"
    If anyone has any ideas I'd appreciate it. Thanks!
    Last edited by eschade; 02-24-2016 at 12:12 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How a drop down menu's list can change depending on another dropdown menu.
    By sudeepkm73 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-30-2015, 03:18 AM
  2. Resetting a drop down menu by selecting another drop down menu
    By Chris07 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-03-2013, 11:57 AM
  3. Replies: 1
    Last Post: 02-07-2013, 11:03 AM
  4. [SOLVED] I cant work out how to create a drop down menu that relates to another drop down menu
    By louise2613 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 08-18-2012, 01:49 PM
  5. Replies: 0
    Last Post: 06-25-2012, 03:22 PM
  6. Replies: 2
    Last Post: 01-30-2009, 04:23 PM
  7. Replies: 9
    Last Post: 08-04-2006, 04:35 AM

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