【发布时间】:2011-07-25 17:42:08
【问题描述】:
Dim Result() As Variant
在我的监视窗口中,这显示为
Expression | Value | Type
Result | | Variant/Variant()
如何检查以下内容:
if Result is nothing then
或
if Result is Not Set then
这基本上是我想要完成的,但是第一个不起作用,第二个也不存在。
【问题讨论】: