【发布时间】:2018-08-29 16:22:50
【问题描述】:
我创建了一个自定义函数,我在 VBA 的另一个模块中明确使用该函数。函数看起来像这样:
Function Coverts(ByVal inputString As String) As String
'Coverts code here
End Function
它在 VBA 和 Excel UI 中都能正常工作。但是,我不希望它工作或出现在 Excel UI 中,因为我只想在 VBA 中使用它。有没有办法做到这一点?
谢谢
【问题讨论】: