gpt4 book ai didi

excel - 如何从 VBA 函数触发错误

转载 作者:行者123 更新时间:2023-12-01 18:41:32 24 4
gpt4 key购买 nike

我需要从VBA函数触发(返回)错误事件,然后该函数的调用函数可以触发On Error Go来调用。例如

function Test()
On Error Go to myError:
TestErr()
Exit Function

myerror:
Test = "Error Triggered"
End Function

Function TestErr()
?? 'How to Trigger error here
End Function

谢谢

最佳答案

Err.Raise 5,“可选错误源”,“可选错误描述”

MSDN 引用 http://msdn.microsoft.com/en-us/library/aa164019%28office.10%29.aspx#odc_tentipsvba_topic3

关于excel - 如何从 VBA 函数触发错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3051051/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com