devi 0 Posted February 7, 2012 Excel sheet contains one column 'Keywords'. In Keywords column maintaining all the function names. whenever we use in autoit script, the keyword function name matches with the corresponding name then that function should call . whats the procedure to do? Share this post Link to post Share on other sites
hannes08 39 Posted February 7, 2012 Read the Excel sheet to an array (_ExcelReadSheetToArray) Then loop through the array and use the Call($YourArray[$i]) function. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites