00问答网
所有问题
Excel VBA 自定义函数不能执行,怎么办
如题所述
举报该问题
其他回答
第1个回答 2017-01-16
Function countcolor(rng As Range)
For Each rng In Rang("A1:A10")
If rng.Interior.Color = RGB(255, 255, 0) Then
countcolor = countcolor + 1
End If
Next rng
End Function
试试行不。
本回答被网友采纳
相似回答
大家正在搜
相关问题
Excel VBA 自定义函数不能执行,怎么办
Excel VBA 自定义函数无法运行
excel2007VBA自定义函数加载不能使用
vba自定义函数,为什么运行不了?
excel vba 自定义函数调用问题
VBA EXCEL 自定义函数为何提示出错?代码VBA运行没...
通过EXCEL VBA自定义了一个函数,无法把数组传入到函数...
Excel会不会因为vba自定义函数太多了 导致新加入的自定...