excel中vba中模块公式找不到了
发布网友
发布时间:2022-12-26 17:48
我来回答
共1个回答
热心网友
时间:2023-10-16 15:17
excel中vba中模块公式找不到的原因
VBA和VBScript都使用'赋值给函数'(而不是'return'或'last statement of last')来返回函数的结果。所以
Public Function createStructBody() As String
createStructBody = "Hey I'm a string and can be returned."
End Function