0
我有兩個Word文檔打開,想關閉一個而不是其他。如何在Applescript中按名稱獲取Word文檔窗口?
我已經找遍了,但我會該死如果我能想出如何得到我想要關閉的窗口的引用。
在tell application "Microsoft Word"
try塊我已經試過:
activate window "foobar.docx"
set active document to "foobar.docx"
set the active window to "foobar.docx"
和其他幾個人。
如何使「foobar.docx」成爲活動窗口或直接引用它?
甜,dawg!這是訣竅,非常感謝! :) – scanny
沒問題,你知道每個應用程序都有一本字典嗎?如果沒有轉到腳本編輯器的文件菜單「打開字典」,然後選擇你想要的應用程序。 :) – mcgrailm