vba自定义函数,为什么运行不了?

PublicFunctionping(ParamArrayn())Dimx,arr()ReDimarr(0ToUBound(n))Forx=0ToUBound(n)IfI... Public Function ping(ParamArray n())
Dim x, arr()
ReDim arr(0 To UBound(n))
For x = 0 To UBound(n)
If IsNumeric(n(x)) = True Then
arr(x) = n(x)
Else
arr(x) = Left(n(x), Len(n(x) - 1)) / 2
End If
Next x
ping = Application.Average(arr())
End Function
展开
 我来答
jj...1@163.com
2016-08-26 · 超过29用户采纳过TA的回答
知道答主
回答量:209
采纳率:0%
帮助的人:34.6万
展开全部
在工作表中调用执行:A2=hanshu(A1)

\\'在代码中调用执行:
Sub diaoyong()
Dim d As Long
d = hanshu(10)
End Sub

Function hanshu(a As Variant) As Long
If Val(a) > 0 Then
hanshu = 1
Else
hanshu = 0
End If
End Function
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式