我无法从 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
这是一个错误吗?