patdesmo Posted May 12, 2010 Posted May 12, 2010 I am trying to copy the full list of races to Excel, as a newbie I cannot figure how to get the Radio Button to check, the code is #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseX64=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #include <Excel.au3> #include <FF.au3> _FFStart("http://www.racingpost.com/horses2/cards/home.sd") _FFLoadWait() _FFSearch("Order all races by time") _FFLinkClick(,"Order all races by time", "text") _FFLoadWait() Send("^a") Send("^c") Local $oExcel = _ExcelBookNew() ;Create new book, make it visible Send("^v") _ExcelSheetNameSet($oExcel, "Today's Races and Selection") ;Rename Active Sheet Any advice would be appreciated. patdesmo
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now