0
有人可以幫我刪除錯誤嗎?AppleScript中缺少值
錯誤「缺少值不能轉換爲類型編號」。編號-1700從缺失值到編號
tell application "Numbers"
activate
open theFile
tell the first table of the active sheet of document 1
repeat with i from 2 to the count of rows of column "D"
set val1 to value of cell i of column "D"
set the value of cell i of column "D" to val1 * -1
end repeat
end tell
end tell
謝謝!