tell application "Numbers"
activate
display dialog "选取 C3:F7 单元格" buttons {"取消", "继续"} default button 2 with icon 1
set thisDocument to make new document
tell thisDocument
set selection range of table 1 of sheet 1 to range "C3:F7" of table 1 of sheet 1
end tell
end tell
Numbers入门 --- 附录:脚本 AppleScript 与 Numbers什么是 AppleScripts? AppleScripts 是 Mac OS 下的一个脚本语言,它用来直接控制支持脚本的应用以及 Mac OS 系统本身。 您可以用 App...