简体   繁体   中英

Is there a way to create or open an Excel workbook from AppleScript without it becoming the foreground window?

I'm trying to create an AppleScript that can create and/or open existing workbook but not make it the foreground window. If the user is already working on a workbook I don't want to interrupt them.

It appears that

tell application "Appname"
launch -- versus activate
--
end tell

Will start the app and work every screen in the background.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM