在Office 2008中,如何使用AppleScript在条件格式设置主题颜色?
tell format color of color scale criterion 1 of colorcellObject
set theme color to first accent theme color
end tell
此脚本通过错误(未定义主题颜色对象)。
答案 0 :(得分:0)
我没有使用Applescript的经验(我自己在Windows中使用VBA),但我建议使用{[0-255],[0-255],[0-255]}代码作为RGB颜色。
如果您事先知道这些代码,可以对这些代码进行硬编码,可能您可以使用excel的一小部分来应用适当的颜色并引用脚本中的颜色。
对于脚本,请按照以下步骤操作: AppleScript: set Microsoft Excel cell's background color