Jump to content

Recommended Posts

Posted

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?

Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...