本文介绍了使用xlfCaller访问冲突的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我评估一个等于另一个定义名称的UDF的定义名称时,尝试获取Excel调用程序时遇到访问冲突.

特别是,当我尝试找到呼叫者时遇到访问冲突.

有什么方法可以判断访问冲突是来自Excel本身还是来自我的代码?

以下代码崩溃

I am getting an access violation when I try to get the Excel caller when I evaluate a defined name that equals a UDF of another defined name.

In particular, I am getting an access violation when I try to find the Caller.

Is there a way I can tell whether the access violation is from Excel itself or from my code?

The following code crashes

Excel4(xlfCaller, x, 0)



当它到达其他任何地方时,它从未崩溃.
当我注释掉这段代码时,不会发生崩溃...



When it''s reached anywhere else, it has never crashed.
When I comment out this code, no crash occurs...

推荐答案


这篇关于使用xlfCaller访问冲突的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 21:51