IE automation - drop down box

chrisulm

New Member
Joined
Feb 6, 2017
Messages
1
I'm attempting to select the year "2016" from a drop down/combo box in Internet Explorer. I've successfully logged in and navigated to the this page, but I'm very much stuck here. Any guidance would be appreciated..
Code:
<tr><td valign="top">
<div class="formDiv">
<h4>Select Year</h4>
<TABLE><TR><TD><b>Please select a year:<br><br></b><SELECT name = 'Year' ID = 'Year' OnChange = 'select_year();'><OPTION>Select Year</OPTION><OPTION value = '2016'>2016</OPTION><OPTION value = '2015'>2015</OPTION><OPTION value = '2014'>2014</OPTION><OPTION value = '2013'>2013</OPTION><OPTION value = '2012'>2012</OPTION><OPTION value = '2011'>2011</OPTION><OPTION value = '2010'>2010</OPTION><OPTION value = '2009'>2009</OPTION><OPTION value = '2008'>2008</OPTION><OPTION value = '2007'>2007</OPTION><OPTION value = '2006'>2006</OPTION><OPTION value = '2005'>2005</OPTION><OPTION value = '2004'>2004</OPTION><OPTION value = '2003'>2003</OPTION><OPTION value = '2002'>2002</OPTION><OPTION value = '2001'>2001</OPTION><OPTION value = '2000'>2000</OPTION><OPTION value = '1999'>1999</OPTION><OPTION value = '1998'>1998</OPTION><OPTION value = '1997'>1997</OPTION><OPTION value = '1996'>1996</OPTION><OPTION value = '1995'>1995</OPTION><OPTION value = '1994'>1994</OPTION><OPTION value = '1993'>1993</OPTION><OPTION value = '1992'>1992</OPTION><OPTION value = '1991'>1991</OPTION><OPTION value = '1990'>1990</OPTION><OPTION value = '1989'>1989</OPTION><OPTION value = '1988'>1988</OPTION></SELECT><br><br></TABLE></div><P></td>
</tr>
</table>
</TD></TR></TABLE></td></tr></table></BODY></HTML>
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,214,947
Messages
6,122,411
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top