AppleScript:设置 Microsoft Excel 单元格的背景颜色
使用AppleScript,如何将“从A3到E3的单元格”的背景颜色更改为浅灰色?
我仍然希望字体是黑色的。
Using AppleScript, how can I change the background color of "cells ranging from A3 to E3" to light grey?
I still want the font to be in black.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此答案有两个警告:您没有指定 Excel 的版本,并且以下内容已在 v2004 中进行了测试。
根据字典,颜色索引是“颜色被指定为当前调色板的索引值”。换句话说,您安装的浅灰色颜色索引在其他地方可能会有所不同。
Two caveats with this answer: You didn't specify which version of Excel, and the following was tested in v2004.
Per the dictionary,
color index
is "the color is specified as an index value into the current color palette". In other words, the color index that is light gray in your install maybe different elsewhere.