Applescripts と Excel 08 は初めてですか? Excel 08固有の色で事前に選択されたセルを任意に色付けするものを書きたいです。事前に選択したセルに希望を書き、フォントを太字にすることもできます...しかし、何らかの理由でセルの色を変更しません...
print("Tell application "Microsoft Excel"
activate
set formula of active cell to "excellent answer"
set bold of font object of active cell to true
activate cell active cell");
この部分は何らかの理由で機能しません`
print("tell interior object of active cell of active sheet
set color index to 3
set pattern to pattern gray 50
set pattern color index to 13
end tell");
理由がわからない