标签: excel vba
可能重复: how to return the number of dimensions of a (Variant) variable passed to it in VBA
有没有办法检查VBA阵列是2D还是1D?我无法在isnumeric上使用lbound(x,2),因为我收到了下标超出范围的异常。
isnumeric
lbound(x,2)
编辑我也不能使用iserror(lbound(x,2))
iserror(lbound(x,2))