4j.documents4j-transformer-msoffice-excel.1.1.12.source-code.excel_start.applescript Maven / Gradle / Ivy
set appName to "Microsoft Excel"
try
if application appName is running then
return 3 -- everything okay, excel is already running
else -- excel not running, start it
tell application appName
activate
end tell
return 3 -- everything okay, excel is now running
end if
on error errMsg number errorNumber
return -6
end try
© 2015 - 2025 Weber Informatics LLC | Privacy Policy