标签:UNC 代码 col each rgb int ext function The
Function cc()
Dim rng As Range
For Each rng In Range("A1:G10")
If rng.Interior.Color = RGB(255, 255, 0) Then
cc = 1 + cc
End If
Next rng
End Function
标签:UNC 代码 col each rgb int ext function The
原文地址:https://www.cnblogs.com/yukit/p/14046144.html