Cuando abro el archivo .ods en microsoft excel, me gustaría en el cuadro de diálogo "Alert" hacer clic en "Sí" con el script de Apple.
Intentoasí,peronofunciona:(
settheWorkbookFiletochoosefilewithprompt"Please select an Excel workbook file:"
set theWorkbookName to name of (info for theWorkbookFile)
tell application "Microsoft Excel"
open theWorkbookFile
delay 3
tell application "System Events" to tell process "Microsoft Excel"
click button "Tak" of dialog of application process "Microsoft Excel"
end tell
set theWorkbook to workbook theWorkbookName
end tell
¿Alguna ayuda?