#include <Excel.au3> #include <IE.au3> _ExcelBookOpen("C:\Users\Corey\Dropbox\Allison & Corey\2012Values2.1.xlsm") Local $oIE = _IECreate("http://football.fantasysports.yahoo.com/f1/28910/setkeepercosts") Local $o_Form = _IEGetObjByName($oIE, "setcosts") $o_cost = _IEFormElementGetObjByName($o_Form, "24823") _IEFormElementSetValue($o_cost, "222") _IEFormSubmit($o_Form) $OTable=_IETableGetCollection($OIE,0) $OTableData = _IETableWriteToArray($oTable)  Complete newb here so ba