gpt4 book ai didi

Excel:获取单元格颜色

转载 作者:行者123 更新时间:2023-12-02 09:02:42 24 4
gpt4 key购买 nike

1) 如何使用 Excel 宏获取单元格的颜色?我无法让这个功能工作:

Sub BGCol(MRow As Integer, MCol As Integer)  
bgColor = Cells(MRow, MCol).Interior.ColorIndex
End Sub

2)在单元格 x,y 中我想要以下公式:

=BGCol(x,4)

那么如何获取当前行索引呢?

最佳答案

Function GetColor(Mycell As Range)

GetColor = Mycell.Interior.ColorIndex

End Function

:::使用公式::=获取颜色(x4)

关于Excel:获取单元格颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5110963/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com