【发布时间】:2014-08-04 16:51:15
【问题描述】:
我无法从 AppleScript(Mavericks 上的 Excel for Mac 2011)重置 Excel 状态栏。
设置值有效:
tell application "Microsoft Excel"
set status bar to "Test"
end tell
但是重置它会将false而不是Ready写入状态栏:
tell application "Microsoft Excel"
set status bar to false
end tell
这是一个错误吗?
【问题讨论】:
标签: excel macos applescript excel-2011