在 Office 2008 中,如何使用 AppleScript 以条件格式设置主题颜色?
tell format color of color scale criterion 1 of colorcellObject
set theme color to first accent theme color
end tell
此脚本通过错误(未定义设置主题颜色对象)。
在 Office 2008 中,如何使用 AppleScript 以条件格式设置主题颜色?
tell format color of color scale criterion 1 of colorcellObject
set theme color to first accent theme color
end tell
此脚本通过错误(未定义设置主题颜色对象)。
我没有使用 Applescript 的经验(我自己在 Windows 中使用 VBA),但我建议对 RGB 颜色使用 {[0-255],[0-255],[0-255]} 代码。
如果您事先知道代码,则可以对这些代码进行硬编码,可能您可以使用 Excel 的一小部分来应用适当的颜色并参考脚本中的颜色。
对于脚本,请遵循以下内容: AppleScript:设置 Microsoft Excel 单元格的背景颜色