【发布时间】:2019-08-14 18:04:43
【问题描述】:
我想将我的 VBA 转换为可用于 Google Apps 脚本的东西。
这是我的 VBA 代码
Function InteriorColor(CellColor As Range)
Application.Volatile
InteriorColor = CellColor.Interior.ColorIndex
End Function
但我不知道如何将其转换为 Google Apps 脚本
【问题讨论】:
-
投票结束这个过于广泛,你甚至没有尝试自己转换它。
-
所以您要更改单元格/单元格范围的背景颜色?
标签: excel vba google-apps-script google-sheets