tell application "Numbers"
activate
display dialog "選取 C3:F7 單元格" buttons {"取消", "繼續(xù)"} 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入門(mén) --- 附錄:腳本 AppleScript 與 Numbers什么是 AppleScripts? AppleScripts 是 Mac OS 下的一個(gè)腳本語(yǔ)言痹筛,它用來(lái)直接控制支持腳本的應(yīng)用以及 Mac OS 系統(tǒng)本身刻像。 您可以用 App...